Shades of Cornflower Blue #558CDB
Tints of Cornflower Blue #558CDB
RGB
CMYK
RGB Variations
Color information
#558CDB (or 0x558CDB) is known color: Cornflower Blue. HEX triplet: 55, 8C and DB. RGB value is (85,140,219). Sum of RGB (Red+Green+Blue) = 85+140+219=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #558CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CDB is #AA7324. Grayscale: #848484. Windows color (decimal): -11170597 or 14388309. OLE color: 14388309.
HSL color Cylindrical-coordinate representation of color #558CDB: hue angle of 215.37º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #558CDB is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 140 | 219 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.14 |
| HSL | 215.37º | 0.65% | 0.6% | - |
| HSV(B) | 215.37º | 0.61% | 0.86% | - |
| XYZ | 25.91 | 25.8 | 70.63 | - |
| YUV | 132.56 | 176.78 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 219 | 0.61 | 0.36 | 0 | 0.14 | 215.37 | 0.65 | 0.6 |
| Hex | 55 | 8C | DB | 3D | 24 | 0 | E | D7 | 41 | 3C |
| Octal | 125 | 214 | 333 | 75 | 44 | 0 | 16 | 327 | 101 | 74 |
| Binary | 1010101 | 10001100 | 11011011 | 111101 | 100100 | 0 | 1110 | 11010111 | 1000001 | 111100 |
Color Harmonies of #558CDB
Complementary color
Monochromatic Colors of #558CDB
Black with #558CDB
Text Example
Text Example
White with #558CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CDB; }
p { color: rgb(85,140,219); }
H1.HeaderClassName
{
color: #558CDB;
}
.AnyTagClassName
{
color: #558CDB;
}
</style>
background-color css
<style>
a { background-color: #558CDB; }
a { background-color: rgb(85,140,219); }
div.DivClassName
{
background-color: #558CDB;
}
.BgClassName
{
background-color: #558CDB;
}
</style>
border-color css
<style>
span { border-color: #558CDB; }
span { border-color: rgb(85,140,219); }
td.TdClassName
{
border-color: #558CDB;
}
.TagClassName
{
border-color: #558CDB;
}
</style>