Shades of Cornflower Blue #558DDA
Tints of Cornflower Blue #558DDA
RGB
CMYK
RGB Variations
Color information
#558DDA (or 0x558DDA) is known color: Cornflower Blue. HEX triplet: 55, 8D and DA. RGB value is (85,141,218). Sum of RGB (Red+Green+Blue) = 85+141+218=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #558DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DDA is #AA7225. Grayscale: #848484. Windows color (decimal): -11170342 or 14323029. OLE color: 14323029.
HSL color Cylindrical-coordinate representation of color #558DDA: hue angle of 214.74º 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 #558DDA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 141 | 218 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.15 |
| HSL | 214.74º | 0.64% | 0.59% | - |
| HSV(B) | 214.74º | 0.61% | 0.85% | - |
| XYZ | 25.93 | 26.04 | 69.99 | - |
| YUV | 133.03 | 175.95 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 218 | 0.61 | 0.35 | 0 | 0.15 | 214.74 | 0.64 | 0.59 |
| Hex | 55 | 8D | DA | 3D | 23 | 0 | F | D7 | 40 | 3B |
| Octal | 125 | 215 | 332 | 75 | 43 | 0 | 17 | 327 | 100 | 73 |
| Binary | 1010101 | 10001101 | 11011010 | 111101 | 100011 | 0 | 1111 | 11010111 | 1000000 | 111011 |
Color Harmonies of #558DDA
Complementary color
Monochromatic Colors of #558DDA
Black with #558DDA
Text Example
Text Example
White with #558DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DDA; }
p { color: rgb(85,141,218); }
H1.HeaderClassName
{
color: #558DDA;
}
.AnyTagClassName
{
color: #558DDA;
}
</style>
background-color css
<style>
a { background-color: #558DDA; }
a { background-color: rgb(85,141,218); }
div.DivClassName
{
background-color: #558DDA;
}
.BgClassName
{
background-color: #558DDA;
}
</style>
border-color css
<style>
span { border-color: #558DDA; }
span { border-color: rgb(85,141,218); }
td.TdClassName
{
border-color: #558DDA;
}
.TagClassName
{
border-color: #558DDA;
}
</style>