Shades of Cornflower Blue #708FD8
Tints of Cornflower Blue #708FD8
RGB
CMYK
RGB Variations
Color information
#708FD8 (or 0x708FD8) is known color: Cornflower Blue. HEX triplet: 70, 8F and D8. RGB value is (112,143,216). Sum of RGB (Red+Green+Blue) = 112+143+216=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #708FD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FD8 is #8F7027. Grayscale: #8D8D8D. Windows color (decimal): -9400360 or 14192496. OLE color: 14192496.
HSL color Cylindrical-coordinate representation of color #708FD8: hue angle of 222.12º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #708FD8 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 143 | 216 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.15 |
| HSL | 222.12º | 0.57% | 0.64% | - |
| HSV(B) | 222.12º | 0.48% | 0.85% | - |
| XYZ | 28.9 | 28.05 | 68.86 | - |
| YUV | 142.05 | 169.73 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 216 | 0.48 | 0.34 | 0 | 0.15 | 222.12 | 0.57 | 0.64 |
| Hex | 70 | 8F | D8 | 30 | 22 | 0 | F | DE | 39 | 40 |
| Octal | 160 | 217 | 330 | 60 | 42 | 0 | 17 | 336 | 71 | 100 |
| Binary | 1110000 | 10001111 | 11011000 | 110000 | 100010 | 0 | 1111 | 11011110 | 111001 | 1000000 |
Color Harmonies of #708FD8
Complementary color
Monochromatic Colors of #708FD8
Black with #708FD8
Text Example
Text Example
White with #708FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FD8; }
p { color: rgb(112,143,216); }
H1.HeaderClassName
{
color: #708FD8;
}
.AnyTagClassName
{
color: #708FD8;
}
</style>
background-color css
<style>
a { background-color: #708FD8; }
a { background-color: rgb(112,143,216); }
div.DivClassName
{
background-color: #708FD8;
}
.BgClassName
{
background-color: #708FD8;
}
</style>
border-color css
<style>
span { border-color: #708FD8; }
span { border-color: rgb(112,143,216); }
td.TdClassName
{
border-color: #708FD8;
}
.TagClassName
{
border-color: #708FD8;
}
</style>