Shades of Cornflower Blue #708EE4
Tints of Cornflower Blue #708EE4
RGB
CMYK
RGB Variations
Color information
#708EE4 (or 0x708EE4) is known color: Cornflower Blue. HEX triplet: 70, 8E and E4. RGB value is (112,142,228). Sum of RGB (Red+Green+Blue) = 112+142+228=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #708EE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EE4 is #8F711B. Grayscale: #8E8E8E. Windows color (decimal): -9400604 or 14978672. OLE color: 14978672.
HSL color Cylindrical-coordinate representation of color #708EE4: hue angle of 224.48º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #708EE4 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 142 | 228 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.11 |
| HSL | 224.48º | 0.68% | 0.67% | - |
| HSV(B) | 224.48º | 0.51% | 0.89% | - |
| XYZ | 30.36 | 28.39 | 77.28 | - |
| YUV | 142.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 228 | 0.51 | 0.38 | 0 | 0.11 | 224.48 | 0.68 | 0.67 |
| Hex | 70 | 8E | E4 | 33 | 26 | 0 | B | E0 | 44 | 43 |
| Octal | 160 | 216 | 344 | 63 | 46 | 0 | 13 | 340 | 104 | 103 |
| Binary | 1110000 | 10001110 | 11100100 | 110011 | 100110 | 0 | 1011 | 11100000 | 1000100 | 1000011 |
Color Harmonies of #708EE4
Complementary color
Monochromatic Colors of #708EE4
Black with #708EE4
Text Example
Text Example
White with #708EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708EE4; }
p { color: rgb(112,142,228); }
H1.HeaderClassName
{
color: #708EE4;
}
.AnyTagClassName
{
color: #708EE4;
}
</style>
background-color css
<style>
a { background-color: #708EE4; }
a { background-color: rgb(112,142,228); }
div.DivClassName
{
background-color: #708EE4;
}
.BgClassName
{
background-color: #708EE4;
}
</style>
border-color css
<style>
span { border-color: #708EE4; }
span { border-color: rgb(112,142,228); }
td.TdClassName
{
border-color: #708EE4;
}
.TagClassName
{
border-color: #708EE4;
}
</style>