Shades of Cornflower Blue #708EDF
Tints of Cornflower Blue #708EDF
RGB
CMYK
RGB Variations
Color information
#708EDF (or 0x708EDF) is known color: Cornflower Blue. HEX triplet: 70, 8E and DF. RGB value is (112,142,223). Sum of RGB (Red+Green+Blue) = 112+142+223=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #708EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EDF is #8F7120. Grayscale: #8D8D8D. Windows color (decimal): -9400609 or 14650992. OLE color: 14650992.
HSL color Cylindrical-coordinate representation of color #708EDF: hue angle of 223.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708EDF is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 142 | 223 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.13 |
| HSL | 223.78º | 0.63% | 0.66% | - |
| HSV(B) | 223.78º | 0.5% | 0.87% | - |
| XYZ | 29.67 | 28.12 | 73.68 | - |
| YUV | 142.26 | 173.56 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 223 | 0.50 | 0.36 | 0 | 0.13 | 223.78 | 0.63 | 0.66 |
| Hex | 70 | 8E | DF | 32 | 24 | 0 | D | E0 | 3F | 42 |
| Octal | 160 | 216 | 337 | 62 | 44 | 0 | 15 | 340 | 77 | 102 |
| Binary | 1110000 | 10001110 | 11011111 | 110010 | 100100 | 0 | 1101 | 11100000 | 111111 | 1000010 |
Color Harmonies of #708EDF
Complementary color
Monochromatic Colors of #708EDF
Black with #708EDF
Text Example
Text Example
White with #708EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708EDF; }
p { color: rgb(112,142,223); }
H1.HeaderClassName
{
color: #708EDF;
}
.AnyTagClassName
{
color: #708EDF;
}
</style>
background-color css
<style>
a { background-color: #708EDF; }
a { background-color: rgb(112,142,223); }
div.DivClassName
{
background-color: #708EDF;
}
.BgClassName
{
background-color: #708EDF;
}
</style>
border-color css
<style>
span { border-color: #708EDF; }
span { border-color: rgb(112,142,223); }
td.TdClassName
{
border-color: #708EDF;
}
.TagClassName
{
border-color: #708EDF;
}
</style>