Shades of Cornflower Blue #7096EA
Tints of Cornflower Blue #7096EA
RGB
CMYK
RGB Variations
Color information
#7096EA (or 0x7096EA) is known color: Cornflower Blue. HEX triplet: 70, 96 and EA. RGB value is (112,150,234). Sum of RGB (Red+Green+Blue) = 112+150+234=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #7096EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7096EA is #8F6915. Grayscale: #939393. Windows color (decimal): -9398550 or 15373936. OLE color: 15373936.
HSL color Cylindrical-coordinate representation of color #7096EA: hue angle of 221.31º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7096EA is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 150 | 234 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.08 |
| HSL | 221.31º | 0.74% | 0.68% | - |
| HSV(B) | 221.31º | 0.52% | 0.92% | - |
| XYZ | 32.44 | 31.2 | 82.15 | - |
| YUV | 148.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 234 | 0.52 | 0.36 | 0 | 0.08 | 221.31 | 0.74 | 0.68 |
| Hex | 70 | 96 | EA | 34 | 24 | 0 | 8 | DD | 4A | 44 |
| Octal | 160 | 226 | 352 | 64 | 44 | 0 | 10 | 335 | 112 | 104 |
| Binary | 1110000 | 10010110 | 11101010 | 110100 | 100100 | 0 | 1000 | 11011101 | 1001010 | 1000100 |
Color Harmonies of #7096EA
Complementary color
Monochromatic Colors of #7096EA
Black with #7096EA
Text Example
Text Example
White with #7096EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7096EA; }
p { color: rgb(112,150,234); }
H1.HeaderClassName
{
color: #7096EA;
}
.AnyTagClassName
{
color: #7096EA;
}
</style>
background-color css
<style>
a { background-color: #7096EA; }
a { background-color: rgb(112,150,234); }
div.DivClassName
{
background-color: #7096EA;
}
.BgClassName
{
background-color: #7096EA;
}
</style>
border-color css
<style>
span { border-color: #7096EA; }
span { border-color: rgb(112,150,234); }
td.TdClassName
{
border-color: #7096EA;
}
.TagClassName
{
border-color: #7096EA;
}
</style>