Shades of Cornflower Blue #709FE8
Tints of Cornflower Blue #709FE8
RGB
CMYK
RGB Variations
Color information
#709FE8 (or 0x709FE8) is known color: Cornflower Blue. HEX triplet: 70, 9F and E8. RGB value is (112,159,232). Sum of RGB (Red+Green+Blue) = 112+159+232=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #709FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709FE8 is #8F6017. Grayscale: #989898. Windows color (decimal): -9396248 or 15245168. OLE color: 15245168.
HSL color Cylindrical-coordinate representation of color #709FE8: hue angle of 216.5º 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 #709FE8 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 159 | 232 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.09 |
| HSL | 216.5º | 0.72% | 0.67% | - |
| HSV(B) | 216.5º | 0.52% | 0.91% | - |
| XYZ | 33.65 | 34.07 | 81.15 | - |
| YUV | 153.27 | 172.43 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 232 | 0.52 | 0.31 | 0 | 0.09 | 216.5 | 0.72 | 0.67 |
| Hex | 70 | 9F | E8 | 34 | 1F | 0 | 9 | D8 | 48 | 43 |
| Octal | 160 | 237 | 350 | 64 | 37 | 0 | 11 | 330 | 110 | 103 |
| Binary | 1110000 | 10011111 | 11101000 | 110100 | 11111 | 0 | 1001 | 11011000 | 1001000 | 1000011 |
Color Harmonies of #709FE8
Complementary color
Monochromatic Colors of #709FE8
Black with #709FE8
Text Example
Text Example
White with #709FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709FE8; }
p { color: rgb(112,159,232); }
H1.HeaderClassName
{
color: #709FE8;
}
.AnyTagClassName
{
color: #709FE8;
}
</style>
background-color css
<style>
a { background-color: #709FE8; }
a { background-color: rgb(112,159,232); }
div.DivClassName
{
background-color: #709FE8;
}
.BgClassName
{
background-color: #709FE8;
}
</style>
border-color css
<style>
span { border-color: #709FE8; }
span { border-color: rgb(112,159,232); }
td.TdClassName
{
border-color: #709FE8;
}
.TagClassName
{
border-color: #709FE8;
}
</style>