Shades of Cornflower Blue #708FDD
Tints of Cornflower Blue #708FDD
RGB
CMYK
RGB Variations
Color information
#708FDD (or 0x708FDD) is known color: Cornflower Blue. HEX triplet: 70, 8F and DD. RGB value is (112,143,221). Sum of RGB (Red+Green+Blue) = 112+143+221=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #708FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FDD is #8F7022. Grayscale: #8E8E8E. Windows color (decimal): -9400355 or 14520176. OLE color: 14520176.
HSL color Cylindrical-coordinate representation of color #708FDD: hue angle of 222.94º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708FDD is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 143 | 221 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.13 |
| HSL | 222.94º | 0.62% | 0.65% | - |
| HSV(B) | 222.94º | 0.49% | 0.87% | - |
| XYZ | 29.56 | 28.31 | 72.31 | - |
| YUV | 142.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 221 | 0.49 | 0.35 | 0 | 0.13 | 222.94 | 0.62 | 0.65 |
| Hex | 70 | 8F | DD | 31 | 23 | 0 | D | DF | 3E | 41 |
| Octal | 160 | 217 | 335 | 61 | 43 | 0 | 15 | 337 | 76 | 101 |
| Binary | 1110000 | 10001111 | 11011101 | 110001 | 100011 | 0 | 1101 | 11011111 | 111110 | 1000001 |
Color Harmonies of #708FDD
Complementary color
Monochromatic Colors of #708FDD
Black with #708FDD
Text Example
Text Example
White with #708FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FDD; }
p { color: rgb(112,143,221); }
H1.HeaderClassName
{
color: #708FDD;
}
.AnyTagClassName
{
color: #708FDD;
}
</style>
background-color css
<style>
a { background-color: #708FDD; }
a { background-color: rgb(112,143,221); }
div.DivClassName
{
background-color: #708FDD;
}
.BgClassName
{
background-color: #708FDD;
}
</style>
border-color css
<style>
span { border-color: #708FDD; }
span { border-color: rgb(112,143,221); }
td.TdClassName
{
border-color: #708FDD;
}
.TagClassName
{
border-color: #708FDD;
}
</style>