Shades of Cornflower Blue #558FED
Tints of Cornflower Blue #558FED
RGB
CMYK
RGB Variations
Color information
#558FED (or 0x558FED) is known color: Cornflower Blue. HEX triplet: 55, 8F and ED. RGB value is (85,143,237). Sum of RGB (Red+Green+Blue) = 85+143+237=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #558FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558FED is #AA7012. Grayscale: #878787. Windows color (decimal): -11169811 or 15568725. OLE color: 15568725.
HSL color Cylindrical-coordinate representation of color #558FED: hue angle of 217.11º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #558FED is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 143 | 237 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.07 |
| HSL | 217.11º | 0.81% | 0.63% | - |
| HSV(B) | 217.11º | 0.64% | 0.93% | - |
| XYZ | 28.85 | 27.69 | 83.94 | - |
| YUV | 136.37 | 184.78 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 237 | 0.64 | 0.40 | 0 | 0.07 | 217.11 | 0.81 | 0.63 |
| Hex | 55 | 8F | ED | 40 | 28 | 0 | 7 | D9 | 51 | 3F |
| Octal | 125 | 217 | 355 | 100 | 50 | 0 | 7 | 331 | 121 | 77 |
| Binary | 1010101 | 10001111 | 11101101 | 1000000 | 101000 | 0 | 111 | 11011001 | 1010001 | 111111 |
Color Harmonies of #558FED
Complementary color
Monochromatic Colors of #558FED
Black with #558FED
Text Example
Text Example
White with #558FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FED; }
p { color: rgb(85,143,237); }
H1.HeaderClassName
{
color: #558FED;
}
.AnyTagClassName
{
color: #558FED;
}
</style>
background-color css
<style>
a { background-color: #558FED; }
a { background-color: rgb(85,143,237); }
div.DivClassName
{
background-color: #558FED;
}
.BgClassName
{
background-color: #558FED;
}
</style>
border-color css
<style>
span { border-color: #558FED; }
span { border-color: rgb(85,143,237); }
td.TdClassName
{
border-color: #558FED;
}
.TagClassName
{
border-color: #558FED;
}
</style>