Shades of Cornflower Blue #708FDA
Tints of Cornflower Blue #708FDA
RGB
CMYK
RGB Variations
Color information
#708FDA (or 0x708FDA) is known color: Cornflower Blue. HEX triplet: 70, 8F and DA. RGB value is (112,143,218). Sum of RGB (Red+Green+Blue) = 112+143+218=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #708FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FDA is #8F7025. Grayscale: #8D8D8D. Windows color (decimal): -9400358 or 14323568. OLE color: 14323568.
HSL color Cylindrical-coordinate representation of color #708FDA: hue angle of 222.45º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708FDA is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 143 | 218 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.15 |
| HSL | 222.45º | 0.59% | 0.65% | - |
| HSV(B) | 222.45º | 0.49% | 0.85% | - |
| XYZ | 29.16 | 28.15 | 70.23 | - |
| YUV | 142.28 | 170.73 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 218 | 0.49 | 0.34 | 0 | 0.15 | 222.45 | 0.59 | 0.65 |
| Hex | 70 | 8F | DA | 31 | 22 | 0 | F | DE | 3B | 41 |
| Octal | 160 | 217 | 332 | 61 | 42 | 0 | 17 | 336 | 73 | 101 |
| Binary | 1110000 | 10001111 | 11011010 | 110001 | 100010 | 0 | 1111 | 11011110 | 111011 | 1000001 |
Color Harmonies of #708FDA
Complementary color
Monochromatic Colors of #708FDA
Black with #708FDA
Text Example
Text Example
White with #708FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FDA; }
p { color: rgb(112,143,218); }
H1.HeaderClassName
{
color: #708FDA;
}
.AnyTagClassName
{
color: #708FDA;
}
</style>
background-color css
<style>
a { background-color: #708FDA; }
a { background-color: rgb(112,143,218); }
div.DivClassName
{
background-color: #708FDA;
}
.BgClassName
{
background-color: #708FDA;
}
</style>
border-color css
<style>
span { border-color: #708FDA; }
span { border-color: rgb(112,143,218); }
td.TdClassName
{
border-color: #708FDA;
}
.TagClassName
{
border-color: #708FDA;
}
</style>