Shades of Cornflower Blue #708BDA
Tints of Cornflower Blue #708BDA
RGB
CMYK
RGB Variations
Color information
#708BDA (or 0x708BDA) is known color: Cornflower Blue. HEX triplet: 70, 8B and DA. RGB value is (112,139,218). Sum of RGB (Red+Green+Blue) = 112+139+218=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #708BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BDA is #8F7425. Grayscale: #8B8B8B. Windows color (decimal): -9401382 or 14322544. OLE color: 14322544.
HSL color Cylindrical-coordinate representation of color #708BDA: hue angle of 224.72º 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 #708BDA is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 139 | 218 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.15 |
| HSL | 224.72º | 0.59% | 0.65% | - |
| HSV(B) | 224.72º | 0.49% | 0.85% | - |
| XYZ | 28.57 | 26.97 | 70.03 | - |
| YUV | 139.93 | 172.05 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 218 | 0.49 | 0.36 | 0 | 0.15 | 224.72 | 0.59 | 0.65 |
| Hex | 70 | 8B | DA | 31 | 24 | 0 | F | E1 | 3B | 41 |
| Octal | 160 | 213 | 332 | 61 | 44 | 0 | 17 | 341 | 73 | 101 |
| Binary | 1110000 | 10001011 | 11011010 | 110001 | 100100 | 0 | 1111 | 11100001 | 111011 | 1000001 |
Color Harmonies of #708BDA
Complementary color
Monochromatic Colors of #708BDA
Black with #708BDA
Text Example
Text Example
White with #708BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BDA; }
p { color: rgb(112,139,218); }
H1.HeaderClassName
{
color: #708BDA;
}
.AnyTagClassName
{
color: #708BDA;
}
</style>
background-color css
<style>
a { background-color: #708BDA; }
a { background-color: rgb(112,139,218); }
div.DivClassName
{
background-color: #708BDA;
}
.BgClassName
{
background-color: #708BDA;
}
</style>
border-color css
<style>
span { border-color: #708BDA; }
span { border-color: rgb(112,139,218); }
td.TdClassName
{
border-color: #708BDA;
}
.TagClassName
{
border-color: #708BDA;
}
</style>