Shades of Cornflower Blue #578DDB
Tints of Cornflower Blue #578DDB
RGB
CMYK
RGB Variations
Color information
#578DDB (or 0x578DDB) is known color: Cornflower Blue. HEX triplet: 57, 8D and DB. RGB value is (87,141,219). Sum of RGB (Red+Green+Blue) = 87+141+219=447 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.46% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #578DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578DDB is #A87224. Grayscale: #858585. Windows color (decimal): -11039269 or 14388567. OLE color: 14388567.
HSL color Cylindrical-coordinate representation of color #578DDB: hue angle of 215.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #578DDB is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 141 | 219 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.14 |
| HSL | 215.45º | 0.65% | 0.6% | - |
| HSV(B) | 215.45º | 0.6% | 0.86% | - |
| XYZ | 26.24 | 26.19 | 70.69 | - |
| YUV | 133.75 | 176.11 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 141 | 219 | 0.60 | 0.36 | 0 | 0.14 | 215.45 | 0.65 | 0.6 |
| Hex | 57 | 8D | DB | 3C | 24 | 0 | E | D7 | 41 | 3C |
| Octal | 127 | 215 | 333 | 74 | 44 | 0 | 16 | 327 | 101 | 74 |
| Binary | 1010111 | 10001101 | 11011011 | 111100 | 100100 | 0 | 1110 | 11010111 | 1000001 | 111100 |
Color Harmonies of #578DDB
Complementary color
Monochromatic Colors of #578DDB
Black with #578DDB
Text Example
Text Example
White with #578DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578DDB; }
p { color: rgb(87,141,219); }
H1.HeaderClassName
{
color: #578DDB;
}
.AnyTagClassName
{
color: #578DDB;
}
</style>
background-color css
<style>
a { background-color: #578DDB; }
a { background-color: rgb(87,141,219); }
div.DivClassName
{
background-color: #578DDB;
}
.BgClassName
{
background-color: #578DDB;
}
</style>
border-color css
<style>
span { border-color: #578DDB; }
span { border-color: rgb(87,141,219); }
td.TdClassName
{
border-color: #578DDB;
}
.TagClassName
{
border-color: #578DDB;
}
</style>