Shades of Cornflower Blue #578CDB
Tints of Cornflower Blue #578CDB
RGB
CMYK
RGB Variations
Color information
#578CDB (or 0x578CDB) is known color: Cornflower Blue. HEX triplet: 57, 8C and DB. RGB value is (87,140,219). Sum of RGB (Red+Green+Blue) = 87+140+219=446 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.51% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #578CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578CDB is #A87324. Grayscale: #848484. Windows color (decimal): -11039525 or 14388311. OLE color: 14388311.
HSL color Cylindrical-coordinate representation of color #578CDB: hue angle of 215.91º 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 #578CDB is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 140 | 219 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.14 |
| HSL | 215.91º | 0.65% | 0.6% | - |
| HSV(B) | 215.91º | 0.6% | 0.86% | - |
| XYZ | 26.09 | 25.9 | 70.64 | - |
| YUV | 133.16 | 176.44 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 140 | 219 | 0.60 | 0.36 | 0 | 0.14 | 215.91 | 0.65 | 0.6 |
| Hex | 57 | 8C | DB | 3C | 24 | 0 | E | D8 | 41 | 3C |
| Octal | 127 | 214 | 333 | 74 | 44 | 0 | 16 | 330 | 101 | 74 |
| Binary | 1010111 | 10001100 | 11011011 | 111100 | 100100 | 0 | 1110 | 11011000 | 1000001 | 111100 |
Color Harmonies of #578CDB
Complementary color
Monochromatic Colors of #578CDB
Black with #578CDB
Text Example
Text Example
White with #578CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578CDB; }
p { color: rgb(87,140,219); }
H1.HeaderClassName
{
color: #578CDB;
}
.AnyTagClassName
{
color: #578CDB;
}
</style>
background-color css
<style>
a { background-color: #578CDB; }
a { background-color: rgb(87,140,219); }
div.DivClassName
{
background-color: #578CDB;
}
.BgClassName
{
background-color: #578CDB;
}
</style>
border-color css
<style>
span { border-color: #578CDB; }
span { border-color: rgb(87,140,219); }
td.TdClassName
{
border-color: #578CDB;
}
.TagClassName
{
border-color: #578CDB;
}
</style>