Shades of Cornflower Blue #718FDB
Tints of Cornflower Blue #718FDB
RGB
CMYK
RGB Variations
Color information
#718FDB (or 0x718FDB) is known color: Cornflower Blue. HEX triplet: 71, 8F and DB. RGB value is (113,143,219). Sum of RGB (Red+Green+Blue) = 113+143+219=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #718FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FDB is #8E7024. Grayscale: #8E8E8E. Windows color (decimal): -9334821 or 14389105. OLE color: 14389105.
HSL color Cylindrical-coordinate representation of color #718FDB: hue angle of 223.02º 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 #718FDB is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 143 | 219 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.14 |
| HSL | 223.02º | 0.6% | 0.65% | - |
| HSV(B) | 223.02º | 0.48% | 0.86% | - |
| XYZ | 29.42 | 28.27 | 70.92 | - |
| YUV | 142.69 | 171.06 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 219 | 0.48 | 0.35 | 0 | 0.14 | 223.02 | 0.6 | 0.65 |
| Hex | 71 | 8F | DB | 30 | 23 | 0 | E | DF | 3C | 41 |
| Octal | 161 | 217 | 333 | 60 | 43 | 0 | 16 | 337 | 74 | 101 |
| Binary | 1110001 | 10001111 | 11011011 | 110000 | 100011 | 0 | 1110 | 11011111 | 111100 | 1000001 |
Color Harmonies of #718FDB
Complementary color
Monochromatic Colors of #718FDB
Black with #718FDB
Text Example
Text Example
White with #718FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FDB; }
p { color: rgb(113,143,219); }
H1.HeaderClassName
{
color: #718FDB;
}
.AnyTagClassName
{
color: #718FDB;
}
</style>
background-color css
<style>
a { background-color: #718FDB; }
a { background-color: rgb(113,143,219); }
div.DivClassName
{
background-color: #718FDB;
}
.BgClassName
{
background-color: #718FDB;
}
</style>
border-color css
<style>
span { border-color: #718FDB; }
span { border-color: rgb(113,143,219); }
td.TdClassName
{
border-color: #718FDB;
}
.TagClassName
{
border-color: #718FDB;
}
</style>