Shades of Cornflower Blue #728DDB
Tints of Cornflower Blue #728DDB
RGB
CMYK
RGB Variations
Color information
#728DDB (or 0x728DDB) is known color: Cornflower Blue. HEX triplet: 72, 8D and DB. RGB value is (114,141,219). Sum of RGB (Red+Green+Blue) = 114+141+219=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #728DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DDB is #8D7224. Grayscale: #8D8D8D. Windows color (decimal): -9269797 or 14388594. OLE color: 14388594.
HSL color Cylindrical-coordinate representation of color #728DDB: hue angle of 224.57º 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 #728DDB is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 141 | 219 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.14 |
| HSL | 224.57º | 0.59% | 0.65% | - |
| HSV(B) | 224.57º | 0.48% | 0.86% | - |
| XYZ | 29.25 | 27.74 | 70.83 | - |
| YUV | 141.82 | 171.55 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 219 | 0.48 | 0.36 | 0 | 0.14 | 224.57 | 0.59 | 0.65 |
| Hex | 72 | 8D | DB | 30 | 24 | 0 | E | E1 | 3B | 41 |
| Octal | 162 | 215 | 333 | 60 | 44 | 0 | 16 | 341 | 73 | 101 |
| Binary | 1110010 | 10001101 | 11011011 | 110000 | 100100 | 0 | 1110 | 11100001 | 111011 | 1000001 |
Color Harmonies of #728DDB
Complementary color
Monochromatic Colors of #728DDB
Black with #728DDB
Text Example
Text Example
White with #728DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DDB; }
p { color: rgb(114,141,219); }
H1.HeaderClassName
{
color: #728DDB;
}
.AnyTagClassName
{
color: #728DDB;
}
</style>
background-color css
<style>
a { background-color: #728DDB; }
a { background-color: rgb(114,141,219); }
div.DivClassName
{
background-color: #728DDB;
}
.BgClassName
{
background-color: #728DDB;
}
</style>
border-color css
<style>
span { border-color: #728DDB; }
span { border-color: rgb(114,141,219); }
td.TdClassName
{
border-color: #728DDB;
}
.TagClassName
{
border-color: #728DDB;
}
</style>