Shades of Cornflower Blue #558ADD
Tints of Cornflower Blue #558ADD
RGB
CMYK
RGB Variations
Color information
#558ADD (or 0x558ADD) is known color: Cornflower Blue. HEX triplet: 55, 8A and DD. RGB value is (85,138,221). Sum of RGB (Red+Green+Blue) = 85+138+221=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #558ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ADD is #AA7522. Grayscale: #838383. Windows color (decimal): -11171107 or 14518869. OLE color: 14518869.
HSL color Cylindrical-coordinate representation of color #558ADD: hue angle of 216.62º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558ADD is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 138 | 221 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.13 |
| HSL | 216.62º | 0.67% | 0.6% | - |
| HSV(B) | 216.62º | 0.62% | 0.87% | - |
| XYZ | 25.89 | 25.33 | 71.93 | - |
| YUV | 131.62 | 178.44 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 221 | 0.62 | 0.38 | 0 | 0.13 | 216.62 | 0.67 | 0.6 |
| Hex | 55 | 8A | DD | 3E | 26 | 0 | D | D9 | 43 | 3C |
| Octal | 125 | 212 | 335 | 76 | 46 | 0 | 15 | 331 | 103 | 74 |
| Binary | 1010101 | 10001010 | 11011101 | 111110 | 100110 | 0 | 1101 | 11011001 | 1000011 | 111100 |
Color Harmonies of #558ADD
Complementary color
Monochromatic Colors of #558ADD
Black with #558ADD
Text Example
Text Example
White with #558ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558ADD; }
p { color: rgb(85,138,221); }
H1.HeaderClassName
{
color: #558ADD;
}
.AnyTagClassName
{
color: #558ADD;
}
</style>
background-color css
<style>
a { background-color: #558ADD; }
a { background-color: rgb(85,138,221); }
div.DivClassName
{
background-color: #558ADD;
}
.BgClassName
{
background-color: #558ADD;
}
</style>
border-color css
<style>
span { border-color: #558ADD; }
span { border-color: rgb(85,138,221); }
td.TdClassName
{
border-color: #558ADD;
}
.TagClassName
{
border-color: #558ADD;
}
</style>