Shades of Cornflower Blue #728EDB
Tints of Cornflower Blue #728EDB
RGB
CMYK
RGB Variations
Color information
#728EDB (or 0x728EDB) is known color: Cornflower Blue. HEX triplet: 72, 8E and DB. RGB value is (114,142,219). Sum of RGB (Red+Green+Blue) = 114+142+219=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 142 (55.86% from 255 or 29.89% 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 #728EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728EDB is #8D7124. Grayscale: #8E8E8E. Windows color (decimal): -9269541 or 14388850. OLE color: 14388850.
HSL color Cylindrical-coordinate representation of color #728EDB: hue angle of 224º 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 #728EDB is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 142 | 219 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.14 |
| HSL | 224º | 0.59% | 0.65% | - |
| HSV(B) | 224º | 0.48% | 0.86% | - |
| XYZ | 29.4 | 28.04 | 70.88 | - |
| YUV | 142.41 | 171.22 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 219 | 0.48 | 0.35 | 0 | 0.14 | 224 | 0.59 | 0.65 |
| Hex | 72 | 8E | DB | 30 | 23 | 0 | E | E0 | 3B | 41 |
| Octal | 162 | 216 | 333 | 60 | 43 | 0 | 16 | 340 | 73 | 101 |
| Binary | 1110010 | 10001110 | 11011011 | 110000 | 100011 | 0 | 1110 | 11100000 | 111011 | 1000001 |
Color Harmonies of #728EDB
Complementary color
Monochromatic Colors of #728EDB
Black with #728EDB
Text Example
Text Example
White with #728EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728EDB; }
p { color: rgb(114,142,219); }
H1.HeaderClassName
{
color: #728EDB;
}
.AnyTagClassName
{
color: #728EDB;
}
</style>
background-color css
<style>
a { background-color: #728EDB; }
a { background-color: rgb(114,142,219); }
div.DivClassName
{
background-color: #728EDB;
}
.BgClassName
{
background-color: #728EDB;
}
</style>
border-color css
<style>
span { border-color: #728EDB; }
span { border-color: rgb(114,142,219); }
td.TdClassName
{
border-color: #728EDB;
}
.TagClassName
{
border-color: #728EDB;
}
</style>