Shades of Cornflower Blue #708ED4
Tints of Cornflower Blue #708ED4
RGB
CMYK
RGB Variations
Color information
#708ED4 (or 0x708ED4) is known color: Cornflower Blue. HEX triplet: 70, 8E and D4. RGB value is (112,142,212). Sum of RGB (Red+Green+Blue) = 112+142+212=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #708ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ED4 is #8F712B. Grayscale: #8C8C8C. Windows color (decimal): -9400620 or 13930096. OLE color: 13930096.
HSL color Cylindrical-coordinate representation of color #708ED4: hue angle of 222º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708ED4 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 142 | 212 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.17 |
| HSL | 222º | 0.54% | 0.64% | - |
| HSV(B) | 222º | 0.47% | 0.83% | - |
| XYZ | 28.24 | 27.54 | 66.12 | - |
| YUV | 141.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 212 | 0.47 | 0.33 | 0 | 0.17 | 222 | 0.54 | 0.64 |
| Hex | 70 | 8E | D4 | 2F | 21 | 0 | 11 | DE | 36 | 40 |
| Octal | 160 | 216 | 324 | 57 | 41 | 0 | 21 | 336 | 66 | 100 |
| Binary | 1110000 | 10001110 | 11010100 | 101111 | 100001 | 0 | 10001 | 11011110 | 110110 | 1000000 |
Color Harmonies of #708ED4
Complementary color
Monochromatic Colors of #708ED4
Black with #708ED4
Text Example
Text Example
White with #708ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708ED4; }
p { color: rgb(112,142,212); }
H1.HeaderClassName
{
color: #708ED4;
}
.AnyTagClassName
{
color: #708ED4;
}
</style>
background-color css
<style>
a { background-color: #708ED4; }
a { background-color: rgb(112,142,212); }
div.DivClassName
{
background-color: #708ED4;
}
.BgClassName
{
background-color: #708ED4;
}
</style>
border-color css
<style>
span { border-color: #708ED4; }
span { border-color: rgb(112,142,212); }
td.TdClassName
{
border-color: #708ED4;
}
.TagClassName
{
border-color: #708ED4;
}
</style>