Shades of Cornflower Blue #708EEC
Tints of Cornflower Blue #708EEC
RGB
CMYK
RGB Variations
Color information
#708EEC (or 0x708EEC) is known color: Cornflower Blue. HEX triplet: 70, 8E and EC. RGB value is (112,142,236). Sum of RGB (Red+Green+Blue) = 112+142+236=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #708EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708EEC is #8F7113. Grayscale: #8F8F8F. Windows color (decimal): -9400596 or 15502960. OLE color: 15502960.
HSL color Cylindrical-coordinate representation of color #708EEC: hue angle of 225.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708EEC is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 142 | 236 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.07 |
| HSL | 225.48º | 0.77% | 0.68% | - |
| HSV(B) | 225.48º | 0.53% | 0.93% | - |
| XYZ | 31.5 | 28.85 | 83.26 | - |
| YUV | 143.75 | 180.06 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 236 | 0.53 | 0.40 | 0 | 0.07 | 225.48 | 0.77 | 0.68 |
| Hex | 70 | 8E | EC | 35 | 28 | 0 | 7 | E1 | 4D | 44 |
| Octal | 160 | 216 | 354 | 65 | 50 | 0 | 7 | 341 | 115 | 104 |
| Binary | 1110000 | 10001110 | 11101100 | 110101 | 101000 | 0 | 111 | 11100001 | 1001101 | 1000100 |
Color Harmonies of #708EEC
Complementary color
Monochromatic Colors of #708EEC
Black with #708EEC
Text Example
Text Example
White with #708EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708EEC; }
p { color: rgb(112,142,236); }
H1.HeaderClassName
{
color: #708EEC;
}
.AnyTagClassName
{
color: #708EEC;
}
</style>
background-color css
<style>
a { background-color: #708EEC; }
a { background-color: rgb(112,142,236); }
div.DivClassName
{
background-color: #708EEC;
}
.BgClassName
{
background-color: #708EEC;
}
</style>
border-color css
<style>
span { border-color: #708EEC; }
span { border-color: rgb(112,142,236); }
td.TdClassName
{
border-color: #708EEC;
}
.TagClassName
{
border-color: #708EEC;
}
</style>