Shades of Cornflower Blue #558CE0
Tints of Cornflower Blue #558CE0
RGB
CMYK
RGB Variations
Color information
#558CE0 (or 0x558CE0) is known color: Cornflower Blue. HEX triplet: 55, 8C and E0. RGB value is (85,140,224). Sum of RGB (Red+Green+Blue) = 85+140+224=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #558CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CE0 is #AA731F. Grayscale: #848484. Windows color (decimal): -11170592 or 14715989. OLE color: 14715989.
HSL color Cylindrical-coordinate representation of color #558CE0: hue angle of 216.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558CE0 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 140 | 224 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.12 |
| HSL | 216.26º | 0.69% | 0.61% | - |
| HSV(B) | 216.26º | 0.62% | 0.88% | - |
| XYZ | 26.58 | 26.07 | 74.15 | - |
| YUV | 133.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 224 | 0.62 | 0.38 | 0 | 0.12 | 216.26 | 0.69 | 0.61 |
| Hex | 55 | 8C | E0 | 3E | 26 | 0 | C | D8 | 45 | 3D |
| Octal | 125 | 214 | 340 | 76 | 46 | 0 | 14 | 330 | 105 | 75 |
| Binary | 1010101 | 10001100 | 11100000 | 111110 | 100110 | 0 | 1100 | 11011000 | 1000101 | 111101 |
Color Harmonies of #558CE0
Complementary color
Monochromatic Colors of #558CE0
Black with #558CE0
Text Example
Text Example
White with #558CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CE0; }
p { color: rgb(85,140,224); }
H1.HeaderClassName
{
color: #558CE0;
}
.AnyTagClassName
{
color: #558CE0;
}
</style>
background-color css
<style>
a { background-color: #558CE0; }
a { background-color: rgb(85,140,224); }
div.DivClassName
{
background-color: #558CE0;
}
.BgClassName
{
background-color: #558CE0;
}
</style>
border-color css
<style>
span { border-color: #558CE0; }
span { border-color: rgb(85,140,224); }
td.TdClassName
{
border-color: #558CE0;
}
.TagClassName
{
border-color: #558CE0;
}
</style>