Shades of Cornflower Blue #708FDF
Tints of Cornflower Blue #708FDF
RGB
CMYK
RGB Variations
Color information
#708FDF (or 0x708FDF) is known color: Cornflower Blue. HEX triplet: 70, 8F and DF. RGB value is (112,143,223). Sum of RGB (Red+Green+Blue) = 112+143+223=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #708FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FDF is #8F7020. Grayscale: #8E8E8E. Windows color (decimal): -9400353 or 14651248. OLE color: 14651248.
HSL color Cylindrical-coordinate representation of color #708FDF: hue angle of 223.24º 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 #708FDF is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 143 | 223 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.13 |
| HSL | 223.24º | 0.63% | 0.66% | - |
| HSV(B) | 223.24º | 0.5% | 0.87% | - |
| XYZ | 29.82 | 28.42 | 73.73 | - |
| YUV | 142.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 223 | 0.50 | 0.36 | 0 | 0.13 | 223.24 | 0.63 | 0.66 |
| Hex | 70 | 8F | DF | 32 | 24 | 0 | D | DF | 3F | 42 |
| Octal | 160 | 217 | 337 | 62 | 44 | 0 | 15 | 337 | 77 | 102 |
| Binary | 1110000 | 10001111 | 11011111 | 110010 | 100100 | 0 | 1101 | 11011111 | 111111 | 1000010 |
Color Harmonies of #708FDF
Complementary color
Monochromatic Colors of #708FDF
Black with #708FDF
Text Example
Text Example
White with #708FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FDF; }
p { color: rgb(112,143,223); }
H1.HeaderClassName
{
color: #708FDF;
}
.AnyTagClassName
{
color: #708FDF;
}
</style>
background-color css
<style>
a { background-color: #708FDF; }
a { background-color: rgb(112,143,223); }
div.DivClassName
{
background-color: #708FDF;
}
.BgClassName
{
background-color: #708FDF;
}
</style>
border-color css
<style>
span { border-color: #708FDF; }
span { border-color: rgb(112,143,223); }
td.TdClassName
{
border-color: #708FDF;
}
.TagClassName
{
border-color: #708FDF;
}
</style>