Shades of Cornflower Blue #708DD9
Tints of Cornflower Blue #708DD9
RGB
CMYK
RGB Variations
Color information
#708DD9 (or 0x708DD9) is known color: Cornflower Blue. HEX triplet: 70, 8D and D9. RGB value is (112,141,217). Sum of RGB (Red+Green+Blue) = 112+141+217=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #708DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DD9 is #8F7226. Grayscale: #8C8C8C. Windows color (decimal): -9400871 or 14257520. OLE color: 14257520.
HSL color Cylindrical-coordinate representation of color #708DD9: hue angle of 223.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #708DD9 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 141 | 217 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.15 |
| HSL | 223.43º | 0.58% | 0.65% | - |
| HSV(B) | 223.43º | 0.48% | 0.85% | - |
| XYZ | 28.73 | 27.5 | 69.44 | - |
| YUV | 140.99 | 170.89 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 217 | 0.48 | 0.35 | 0 | 0.15 | 223.43 | 0.58 | 0.65 |
| Hex | 70 | 8D | D9 | 30 | 23 | 0 | F | DF | 3A | 41 |
| Octal | 160 | 215 | 331 | 60 | 43 | 0 | 17 | 337 | 72 | 101 |
| Binary | 1110000 | 10001101 | 11011001 | 110000 | 100011 | 0 | 1111 | 11011111 | 111010 | 1000001 |
Color Harmonies of #708DD9
Complementary color
Monochromatic Colors of #708DD9
Black with #708DD9
Text Example
Text Example
White with #708DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DD9; }
p { color: rgb(112,141,217); }
H1.HeaderClassName
{
color: #708DD9;
}
.AnyTagClassName
{
color: #708DD9;
}
</style>
background-color css
<style>
a { background-color: #708DD9; }
a { background-color: rgb(112,141,217); }
div.DivClassName
{
background-color: #708DD9;
}
.BgClassName
{
background-color: #708DD9;
}
</style>
border-color css
<style>
span { border-color: #708DD9; }
span { border-color: rgb(112,141,217); }
td.TdClassName
{
border-color: #708DD9;
}
.TagClassName
{
border-color: #708DD9;
}
</style>