Shades of Cornflower Blue #7096E8
Tints of Cornflower Blue #7096E8
RGB
CMYK
RGB Variations
Color information
#7096E8 (or 0x7096E8) is known color: Cornflower Blue. HEX triplet: 70, 96 and E8. RGB value is (112,150,232). Sum of RGB (Red+Green+Blue) = 112+150+232=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #7096E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7096E8 is #8F6917. Grayscale: #939393. Windows color (decimal): -9398552 or 15242864. OLE color: 15242864.
HSL color Cylindrical-coordinate representation of color #7096E8: hue angle of 221º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7096E8 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 150 | 232 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.09 |
| HSL | 221º | 0.72% | 0.67% | - |
| HSV(B) | 221º | 0.52% | 0.91% | - |
| XYZ | 32.15 | 31.08 | 80.65 | - |
| YUV | 147.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 232 | 0.52 | 0.35 | 0 | 0.09 | 221 | 0.72 | 0.67 |
| Hex | 70 | 96 | E8 | 34 | 23 | 0 | 9 | DD | 48 | 43 |
| Octal | 160 | 226 | 350 | 64 | 43 | 0 | 11 | 335 | 110 | 103 |
| Binary | 1110000 | 10010110 | 11101000 | 110100 | 100011 | 0 | 1001 | 11011101 | 1001000 | 1000011 |
Color Harmonies of #7096E8
Complementary color
Monochromatic Colors of #7096E8
Black with #7096E8
Text Example
Text Example
White with #7096E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7096E8; }
p { color: rgb(112,150,232); }
H1.HeaderClassName
{
color: #7096E8;
}
.AnyTagClassName
{
color: #7096E8;
}
</style>
background-color css
<style>
a { background-color: #7096E8; }
a { background-color: rgb(112,150,232); }
div.DivClassName
{
background-color: #7096E8;
}
.BgClassName
{
background-color: #7096E8;
}
</style>
border-color css
<style>
span { border-color: #7096E8; }
span { border-color: rgb(112,150,232); }
td.TdClassName
{
border-color: #7096E8;
}
.TagClassName
{
border-color: #7096E8;
}
</style>