Shades of Cornflower Blue #558FDC
Tints of Cornflower Blue #558FDC
RGB
CMYK
RGB Variations
Color information
#558FDC (or 0x558FDC) is known color: Cornflower Blue. HEX triplet: 55, 8F and DC. RGB value is (85,143,220). Sum of RGB (Red+Green+Blue) = 85+143+220=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #558FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FDC is #AA7023. Grayscale: #868686. Windows color (decimal): -11169828 or 14454613. OLE color: 14454613.
HSL color Cylindrical-coordinate representation of color #558FDC: hue angle of 214.22º 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 #558FDC is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 143 | 220 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.14 |
| HSL | 214.22º | 0.66% | 0.6% | - |
| HSV(B) | 214.22º | 0.61% | 0.86% | - |
| XYZ | 26.49 | 26.74 | 71.48 | - |
| YUV | 134.44 | 176.28 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 220 | 0.61 | 0.35 | 0 | 0.14 | 214.22 | 0.66 | 0.6 |
| Hex | 55 | 8F | DC | 3D | 23 | 0 | E | D6 | 42 | 3C |
| Octal | 125 | 217 | 334 | 75 | 43 | 0 | 16 | 326 | 102 | 74 |
| Binary | 1010101 | 10001111 | 11011100 | 111101 | 100011 | 0 | 1110 | 11010110 | 1000010 | 111100 |
Color Harmonies of #558FDC
Complementary color
Monochromatic Colors of #558FDC
Black with #558FDC
Text Example
Text Example
White with #558FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FDC; }
p { color: rgb(85,143,220); }
H1.HeaderClassName
{
color: #558FDC;
}
.AnyTagClassName
{
color: #558FDC;
}
</style>
background-color css
<style>
a { background-color: #558FDC; }
a { background-color: rgb(85,143,220); }
div.DivClassName
{
background-color: #558FDC;
}
.BgClassName
{
background-color: #558FDC;
}
</style>
border-color css
<style>
span { border-color: #558FDC; }
span { border-color: rgb(85,143,220); }
td.TdClassName
{
border-color: #558FDC;
}
.TagClassName
{
border-color: #558FDC;
}
</style>