Shades of Cornflower Blue #718ADB
Tints of Cornflower Blue #718ADB
RGB
CMYK
RGB Variations
Color information
#718ADB (or 0x718ADB) is known color: Cornflower Blue. HEX triplet: 71, 8A and DB. RGB value is (113,138,219). Sum of RGB (Red+Green+Blue) = 113+138+219=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 138 (54.30% from 255 or 29.36% 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 #718ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ADB is #8E7524. Grayscale: #8B8B8B. Windows color (decimal): -9336101 or 14387825. OLE color: 14387825.
HSL color Cylindrical-coordinate representation of color #718ADB: hue angle of 225.85º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #718ADB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 138 | 219 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.14 |
| HSL | 225.85º | 0.6% | 0.65% | - |
| HSV(B) | 225.85º | 0.48% | 0.86% | - |
| XYZ | 28.68 | 26.8 | 70.68 | - |
| YUV | 139.76 | 172.72 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 219 | 0.48 | 0.37 | 0 | 0.14 | 225.85 | 0.6 | 0.65 |
| Hex | 71 | 8A | DB | 30 | 25 | 0 | E | E2 | 3C | 41 |
| Octal | 161 | 212 | 333 | 60 | 45 | 0 | 16 | 342 | 74 | 101 |
| Binary | 1110001 | 10001010 | 11011011 | 110000 | 100101 | 0 | 1110 | 11100010 | 111100 | 1000001 |
Color Harmonies of #718ADB
Complementary color
Monochromatic Colors of #718ADB
Black with #718ADB
Text Example
Text Example
White with #718ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718ADB; }
p { color: rgb(113,138,219); }
H1.HeaderClassName
{
color: #718ADB;
}
.AnyTagClassName
{
color: #718ADB;
}
</style>
background-color css
<style>
a { background-color: #718ADB; }
a { background-color: rgb(113,138,219); }
div.DivClassName
{
background-color: #718ADB;
}
.BgClassName
{
background-color: #718ADB;
}
</style>
border-color css
<style>
span { border-color: #718ADB; }
span { border-color: rgb(113,138,219); }
td.TdClassName
{
border-color: #718ADB;
}
.TagClassName
{
border-color: #718ADB;
}
</style>