Shades of Cornflower Blue #728BDB
Tints of Cornflower Blue #728BDB
RGB
CMYK
RGB Variations
Color information
#728BDB (or 0x728BDB) is known color: Cornflower Blue. HEX triplet: 72, 8B and DB. RGB value is (114,139,219). Sum of RGB (Red+Green+Blue) = 114+139+219=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #728BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BDB is #8D7424. Grayscale: #8C8C8C. Windows color (decimal): -9270309 or 14388082. OLE color: 14388082.
HSL color Cylindrical-coordinate representation of color #728BDB: hue angle of 225.71º degrees, saturation: 0.59, 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 #728BDB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 139 | 219 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.14 |
| HSL | 225.71º | 0.59% | 0.65% | - |
| HSV(B) | 225.71º | 0.48% | 0.86% | - |
| XYZ | 28.96 | 27.16 | 70.73 | - |
| YUV | 140.65 | 172.22 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 219 | 0.48 | 0.37 | 0 | 0.14 | 225.71 | 0.59 | 0.65 |
| Hex | 72 | 8B | DB | 30 | 25 | 0 | E | E2 | 3B | 41 |
| Octal | 162 | 213 | 333 | 60 | 45 | 0 | 16 | 342 | 73 | 101 |
| Binary | 1110010 | 10001011 | 11011011 | 110000 | 100101 | 0 | 1110 | 11100010 | 111011 | 1000001 |
Color Harmonies of #728BDB
Complementary color
Monochromatic Colors of #728BDB
Black with #728BDB
Text Example
Text Example
White with #728BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BDB; }
p { color: rgb(114,139,219); }
H1.HeaderClassName
{
color: #728BDB;
}
.AnyTagClassName
{
color: #728BDB;
}
</style>
background-color css
<style>
a { background-color: #728BDB; }
a { background-color: rgb(114,139,219); }
div.DivClassName
{
background-color: #728BDB;
}
.BgClassName
{
background-color: #728BDB;
}
</style>
border-color css
<style>
span { border-color: #728BDB; }
span { border-color: rgb(114,139,219); }
td.TdClassName
{
border-color: #728BDB;
}
.TagClassName
{
border-color: #728BDB;
}
</style>