Shades of Cornflower Blue #708ADB
Tints of Cornflower Blue #708ADB
RGB
CMYK
RGB Variations
Color information
#708ADB (or 0x708ADB) is known color: Cornflower Blue. HEX triplet: 70, 8A and DB. RGB value is (112,138,219). Sum of RGB (Red+Green+Blue) = 112+138+219=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #708ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ADB is #8F7524. Grayscale: #8B8B8B. Windows color (decimal): -9401637 or 14387824. OLE color: 14387824.
HSL color Cylindrical-coordinate representation of color #708ADB: hue angle of 225.42º 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 #708ADB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 138 | 219 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.14 |
| HSL | 225.42º | 0.6% | 0.65% | - |
| HSV(B) | 225.42º | 0.49% | 0.86% | - |
| XYZ | 28.56 | 26.74 | 70.67 | - |
| YUV | 139.46 | 172.89 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 219 | 0.49 | 0.37 | 0 | 0.14 | 225.42 | 0.6 | 0.65 |
| Hex | 70 | 8A | DB | 31 | 25 | 0 | E | E1 | 3C | 41 |
| Octal | 160 | 212 | 333 | 61 | 45 | 0 | 16 | 341 | 74 | 101 |
| Binary | 1110000 | 10001010 | 11011011 | 110001 | 100101 | 0 | 1110 | 11100001 | 111100 | 1000001 |
Color Harmonies of #708ADB
Complementary color
Monochromatic Colors of #708ADB
Black with #708ADB
Text Example
Text Example
White with #708ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708ADB; }
p { color: rgb(112,138,219); }
H1.HeaderClassName
{
color: #708ADB;
}
.AnyTagClassName
{
color: #708ADB;
}
</style>
background-color css
<style>
a { background-color: #708ADB; }
a { background-color: rgb(112,138,219); }
div.DivClassName
{
background-color: #708ADB;
}
.BgClassName
{
background-color: #708ADB;
}
</style>
border-color css
<style>
span { border-color: #708ADB; }
span { border-color: rgb(112,138,219); }
td.TdClassName
{
border-color: #708ADB;
}
.TagClassName
{
border-color: #708ADB;
}
</style>