Shades of Cornflower Blue #558BDB
Tints of Cornflower Blue #558BDB
RGB
CMYK
RGB Variations
Color information
#558BDB (or 0x558BDB) is known color: Cornflower Blue. HEX triplet: 55, 8B and DB. RGB value is (85,139,219). Sum of RGB (Red+Green+Blue) = 85+139+219=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #558BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BDB is #AA7424. Grayscale: #838383. Windows color (decimal): -11170853 or 14388053. OLE color: 14388053.
HSL color Cylindrical-coordinate representation of color #558BDB: hue angle of 215.82º 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 #558BDB is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 139 | 219 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.14 |
| HSL | 215.82º | 0.65% | 0.6% | - |
| HSV(B) | 215.82º | 0.61% | 0.86% | - |
| XYZ | 25.77 | 25.51 | 70.58 | - |
| YUV | 131.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 219 | 0.61 | 0.37 | 0 | 0.14 | 215.82 | 0.65 | 0.6 |
| Hex | 55 | 8B | DB | 3D | 25 | 0 | E | D8 | 41 | 3C |
| Octal | 125 | 213 | 333 | 75 | 45 | 0 | 16 | 330 | 101 | 74 |
| Binary | 1010101 | 10001011 | 11011011 | 111101 | 100101 | 0 | 1110 | 11011000 | 1000001 | 111100 |
Color Harmonies of #558BDB
Complementary color
Monochromatic Colors of #558BDB
Black with #558BDB
Text Example
Text Example
White with #558BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BDB; }
p { color: rgb(85,139,219); }
H1.HeaderClassName
{
color: #558BDB;
}
.AnyTagClassName
{
color: #558BDB;
}
</style>
background-color css
<style>
a { background-color: #558BDB; }
a { background-color: rgb(85,139,219); }
div.DivClassName
{
background-color: #558BDB;
}
.BgClassName
{
background-color: #558BDB;
}
</style>
border-color css
<style>
span { border-color: #558BDB; }
span { border-color: rgb(85,139,219); }
td.TdClassName
{
border-color: #558BDB;
}
.TagClassName
{
border-color: #558BDB;
}
</style>