Shades of Cornflower Blue #708BDB
Tints of Cornflower Blue #708BDB
RGB
CMYK
RGB Variations
Color information
#708BDB (or 0x708BDB) is known color: Cornflower Blue. HEX triplet: 70, 8B and DB. RGB value is (112,139,219). Sum of RGB (Red+Green+Blue) = 112+139+219=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #708BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BDB is #8F7424. Grayscale: #8B8B8B. Windows color (decimal): -9401381 or 14388080. OLE color: 14388080.
HSL color Cylindrical-coordinate representation of color #708BDB: hue angle of 224.86º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708BDB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 139 | 219 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.14 |
| HSL | 224.86º | 0.6% | 0.65% | - |
| HSV(B) | 224.86º | 0.49% | 0.86% | - |
| XYZ | 28.7 | 27.02 | 70.72 | - |
| YUV | 140.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 219 | 0.49 | 0.37 | 0 | 0.14 | 224.86 | 0.6 | 0.65 |
| Hex | 70 | 8B | DB | 31 | 25 | 0 | E | E1 | 3C | 41 |
| Octal | 160 | 213 | 333 | 61 | 45 | 0 | 16 | 341 | 74 | 101 |
| Binary | 1110000 | 10001011 | 11011011 | 110001 | 100101 | 0 | 1110 | 11100001 | 111100 | 1000001 |
Color Harmonies of #708BDB
Complementary color
Monochromatic Colors of #708BDB
Black with #708BDB
Text Example
Text Example
White with #708BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BDB; }
p { color: rgb(112,139,219); }
H1.HeaderClassName
{
color: #708BDB;
}
.AnyTagClassName
{
color: #708BDB;
}
</style>
background-color css
<style>
a { background-color: #708BDB; }
a { background-color: rgb(112,139,219); }
div.DivClassName
{
background-color: #708BDB;
}
.BgClassName
{
background-color: #708BDB;
}
</style>
border-color css
<style>
span { border-color: #708BDB; }
span { border-color: rgb(112,139,219); }
td.TdClassName
{
border-color: #708BDB;
}
.TagClassName
{
border-color: #708BDB;
}
</style>