Shades of Cornflower Blue #558DDC
Tints of Cornflower Blue #558DDC
RGB
CMYK
RGB Variations
Color information
#558DDC (or 0x558DDC) is known color: Cornflower Blue. HEX triplet: 55, 8D and DC. RGB value is (85,141,220). Sum of RGB (Red+Green+Blue) = 85+141+220=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #558DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DDC is #AA7223. Grayscale: #848484. Windows color (decimal): -11170340 or 14454101. OLE color: 14454101.
HSL color Cylindrical-coordinate representation of color #558DDC: hue angle of 215.11º degrees, saturation: 0.66, 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 #558DDC is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 141 | 220 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.14 |
| HSL | 215.11º | 0.66% | 0.6% | - |
| HSV(B) | 215.11º | 0.61% | 0.86% | - |
| XYZ | 26.19 | 26.15 | 71.38 | - |
| YUV | 133.26 | 176.95 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 220 | 0.61 | 0.36 | 0 | 0.14 | 215.11 | 0.66 | 0.6 |
| Hex | 55 | 8D | DC | 3D | 24 | 0 | E | D7 | 42 | 3C |
| Octal | 125 | 215 | 334 | 75 | 44 | 0 | 16 | 327 | 102 | 74 |
| Binary | 1010101 | 10001101 | 11011100 | 111101 | 100100 | 0 | 1110 | 11010111 | 1000010 | 111100 |
Color Harmonies of #558DDC
Complementary color
Monochromatic Colors of #558DDC
Black with #558DDC
Text Example
Text Example
White with #558DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DDC; }
p { color: rgb(85,141,220); }
H1.HeaderClassName
{
color: #558DDC;
}
.AnyTagClassName
{
color: #558DDC;
}
</style>
background-color css
<style>
a { background-color: #558DDC; }
a { background-color: rgb(85,141,220); }
div.DivClassName
{
background-color: #558DDC;
}
.BgClassName
{
background-color: #558DDC;
}
</style>
border-color css
<style>
span { border-color: #558DDC; }
span { border-color: rgb(85,141,220); }
td.TdClassName
{
border-color: #558DDC;
}
.TagClassName
{
border-color: #558DDC;
}
</style>