Shades of Cornflower Blue #708AD9
Tints of Cornflower Blue #708AD9
RGB
CMYK
RGB Variations
Color information
#708AD9 (or 0x708AD9) is known color: Cornflower Blue. HEX triplet: 70, 8A and D9. RGB value is (112,138,217). Sum of RGB (Red+Green+Blue) = 112+138+217=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #708AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AD9 is #8F7526. Grayscale: #8A8A8A. Windows color (decimal): -9401639 or 14256752. OLE color: 14256752.
HSL color Cylindrical-coordinate representation of color #708AD9: hue angle of 225.14º 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 #708AD9 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 138 | 217 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.15 |
| HSL | 225.14º | 0.58% | 0.65% | - |
| HSV(B) | 225.14º | 0.48% | 0.85% | - |
| XYZ | 28.29 | 26.63 | 69.29 | - |
| YUV | 139.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 217 | 0.48 | 0.36 | 0 | 0.15 | 225.14 | 0.58 | 0.65 |
| Hex | 70 | 8A | D9 | 30 | 24 | 0 | F | E1 | 3A | 41 |
| Octal | 160 | 212 | 331 | 60 | 44 | 0 | 17 | 341 | 72 | 101 |
| Binary | 1110000 | 10001010 | 11011001 | 110000 | 100100 | 0 | 1111 | 11100001 | 111010 | 1000001 |
Color Harmonies of #708AD9
Complementary color
Monochromatic Colors of #708AD9
Black with #708AD9
Text Example
Text Example
White with #708AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AD9; }
p { color: rgb(112,138,217); }
H1.HeaderClassName
{
color: #708AD9;
}
.AnyTagClassName
{
color: #708AD9;
}
</style>
background-color css
<style>
a { background-color: #708AD9; }
a { background-color: rgb(112,138,217); }
div.DivClassName
{
background-color: #708AD9;
}
.BgClassName
{
background-color: #708AD9;
}
</style>
border-color css
<style>
span { border-color: #708AD9; }
span { border-color: rgb(112,138,217); }
td.TdClassName
{
border-color: #708AD9;
}
.TagClassName
{
border-color: #708AD9;
}
</style>