Shades of Cornflower Blue #708FDE
Tints of Cornflower Blue #708FDE
RGB
CMYK
RGB Variations
Color information
#708FDE (or 0x708FDE) is known color: Cornflower Blue. HEX triplet: 70, 8F and DE. RGB value is (112,143,222). Sum of RGB (Red+Green+Blue) = 112+143+222=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #708FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FDE is #8F7021. Grayscale: #8E8E8E. Windows color (decimal): -9400354 or 14585712. OLE color: 14585712.
HSL color Cylindrical-coordinate representation of color #708FDE: hue angle of 223.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708FDE is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 143 | 222 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.13 |
| HSL | 223.09º | 0.63% | 0.65% | - |
| HSV(B) | 223.09º | 0.5% | 0.87% | - |
| XYZ | 29.69 | 28.36 | 73.02 | - |
| YUV | 142.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 222 | 0.50 | 0.36 | 0 | 0.13 | 223.09 | 0.63 | 0.65 |
| Hex | 70 | 8F | DE | 32 | 24 | 0 | D | DF | 3E | 41 |
| Octal | 160 | 217 | 336 | 62 | 44 | 0 | 15 | 337 | 76 | 101 |
| Binary | 1110000 | 10001111 | 11011110 | 110010 | 100100 | 0 | 1101 | 11011111 | 111110 | 1000001 |
Color Harmonies of #708FDE
Complementary color
Monochromatic Colors of #708FDE
Black with #708FDE
Text Example
Text Example
White with #708FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FDE; }
p { color: rgb(112,143,222); }
H1.HeaderClassName
{
color: #708FDE;
}
.AnyTagClassName
{
color: #708FDE;
}
</style>
background-color css
<style>
a { background-color: #708FDE; }
a { background-color: rgb(112,143,222); }
div.DivClassName
{
background-color: #708FDE;
}
.BgClassName
{
background-color: #708FDE;
}
</style>
border-color css
<style>
span { border-color: #708FDE; }
span { border-color: rgb(112,143,222); }
td.TdClassName
{
border-color: #708FDE;
}
.TagClassName
{
border-color: #708FDE;
}
</style>