Shades of Cornflower Blue #558CDA
Tints of Cornflower Blue #558CDA
RGB
CMYK
RGB Variations
Color information
#558CDA (or 0x558CDA) is known color: Cornflower Blue. HEX triplet: 55, 8C and DA. RGB value is (85,140,218). Sum of RGB (Red+Green+Blue) = 85+140+218=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #558CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CDA is #AA7325. Grayscale: #848484. Windows color (decimal): -11170598 or 14322773. OLE color: 14322773.
HSL color Cylindrical-coordinate representation of color #558CDA: hue angle of 215.19º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #558CDA is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 140 | 218 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.15 |
| HSL | 215.19º | 0.64% | 0.59% | - |
| HSV(B) | 215.19º | 0.61% | 0.85% | - |
| XYZ | 25.78 | 25.75 | 69.94 | - |
| YUV | 132.45 | 176.28 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 218 | 0.61 | 0.36 | 0 | 0.15 | 215.19 | 0.64 | 0.59 |
| Hex | 55 | 8C | DA | 3D | 24 | 0 | F | D7 | 40 | 3B |
| Octal | 125 | 214 | 332 | 75 | 44 | 0 | 17 | 327 | 100 | 73 |
| Binary | 1010101 | 10001100 | 11011010 | 111101 | 100100 | 0 | 1111 | 11010111 | 1000000 | 111011 |
Color Harmonies of #558CDA
Complementary color
Monochromatic Colors of #558CDA
Black with #558CDA
Text Example
Text Example
White with #558CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CDA; }
p { color: rgb(85,140,218); }
H1.HeaderClassName
{
color: #558CDA;
}
.AnyTagClassName
{
color: #558CDA;
}
</style>
background-color css
<style>
a { background-color: #558CDA; }
a { background-color: rgb(85,140,218); }
div.DivClassName
{
background-color: #558CDA;
}
.BgClassName
{
background-color: #558CDA;
}
</style>
border-color css
<style>
span { border-color: #558CDA; }
span { border-color: rgb(85,140,218); }
td.TdClassName
{
border-color: #558CDA;
}
.TagClassName
{
border-color: #558CDA;
}
</style>