Shades of Cornflower Blue #708EE8
Tints of Cornflower Blue #708EE8
RGB
CMYK
RGB Variations
Color information
#708EE8 (or 0x708EE8) is known color: Cornflower Blue. HEX triplet: 70, 8E and E8. RGB value is (112,142,232). Sum of RGB (Red+Green+Blue) = 112+142+232=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #708EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708EE8 is #8F7117. Grayscale: #8E8E8E. Windows color (decimal): -9400600 or 15240816. OLE color: 15240816.
HSL color Cylindrical-coordinate representation of color #708EE8: hue angle of 225º 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 #708EE8 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 142 | 232 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.09 |
| HSL | 225º | 0.72% | 0.67% | - |
| HSV(B) | 225º | 0.52% | 0.91% | - |
| XYZ | 30.92 | 28.62 | 80.24 | - |
| YUV | 143.29 | 178.06 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 232 | 0.52 | 0.39 | 0 | 0.09 | 225 | 0.72 | 0.67 |
| Hex | 70 | 8E | E8 | 34 | 27 | 0 | 9 | E1 | 48 | 43 |
| Octal | 160 | 216 | 350 | 64 | 47 | 0 | 11 | 341 | 110 | 103 |
| Binary | 1110000 | 10001110 | 11101000 | 110100 | 100111 | 0 | 1001 | 11100001 | 1001000 | 1000011 |
Color Harmonies of #708EE8
Complementary color
Monochromatic Colors of #708EE8
Black with #708EE8
Text Example
Text Example
White with #708EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708EE8; }
p { color: rgb(112,142,232); }
H1.HeaderClassName
{
color: #708EE8;
}
.AnyTagClassName
{
color: #708EE8;
}
</style>
background-color css
<style>
a { background-color: #708EE8; }
a { background-color: rgb(112,142,232); }
div.DivClassName
{
background-color: #708EE8;
}
.BgClassName
{
background-color: #708EE8;
}
</style>
border-color css
<style>
span { border-color: #708EE8; }
span { border-color: rgb(112,142,232); }
td.TdClassName
{
border-color: #708EE8;
}
.TagClassName
{
border-color: #708EE8;
}
</style>