Shades of Cornflower Blue #708FE8
Tints of Cornflower Blue #708FE8
RGB
CMYK
RGB Variations
Color information
#708FE8 (or 0x708FE8) is known color: Cornflower Blue. HEX triplet: 70, 8F and E8. RGB value is (112,143,232). Sum of RGB (Red+Green+Blue) = 112+143+232=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #708FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708FE8 is #8F7017. Grayscale: #8F8F8F. Windows color (decimal): -9400344 or 15241072. OLE color: 15241072.
HSL color Cylindrical-coordinate representation of color #708FE8: hue angle of 224.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #708FE8 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 143 | 232 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.09 |
| HSL | 224.5º | 0.72% | 0.67% | - |
| HSV(B) | 224.5º | 0.52% | 0.91% | - |
| XYZ | 31.07 | 28.92 | 80.29 | - |
| YUV | 143.88 | 177.73 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 232 | 0.52 | 0.38 | 0 | 0.09 | 224.5 | 0.72 | 0.67 |
| Hex | 70 | 8F | E8 | 34 | 26 | 0 | 9 | E0 | 48 | 43 |
| Octal | 160 | 217 | 350 | 64 | 46 | 0 | 11 | 340 | 110 | 103 |
| Binary | 1110000 | 10001111 | 11101000 | 110100 | 100110 | 0 | 1001 | 11100000 | 1001000 | 1000011 |
Color Harmonies of #708FE8
Complementary color
Monochromatic Colors of #708FE8
Black with #708FE8
Text Example
Text Example
White with #708FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FE8; }
p { color: rgb(112,143,232); }
H1.HeaderClassName
{
color: #708FE8;
}
.AnyTagClassName
{
color: #708FE8;
}
</style>
background-color css
<style>
a { background-color: #708FE8; }
a { background-color: rgb(112,143,232); }
div.DivClassName
{
background-color: #708FE8;
}
.BgClassName
{
background-color: #708FE8;
}
</style>
border-color css
<style>
span { border-color: #708FE8; }
span { border-color: rgb(112,143,232); }
td.TdClassName
{
border-color: #708FE8;
}
.TagClassName
{
border-color: #708FE8;
}
</style>