Shades of Cornflower Blue #558FEF
Tints of Cornflower Blue #558FEF
RGB
CMYK
RGB Variations
Color information
#558FEF (or 0x558FEF) is known color: Cornflower Blue. HEX triplet: 55, 8F and EF. RGB value is (85,143,239). Sum of RGB (Red+Green+Blue) = 85+143+239=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #558FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558FEF is #AA7010. Grayscale: #888888. Windows color (decimal): -11169809 or 15699797. OLE color: 15699797.
HSL color Cylindrical-coordinate representation of color #558FEF: hue angle of 217.4º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #558FEF is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 143 | 239 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.06 |
| HSL | 217.4º | 0.83% | 0.64% | - |
| HSV(B) | 217.4º | 0.64% | 0.94% | - |
| XYZ | 29.15 | 27.81 | 85.49 | - |
| YUV | 136.6 | 185.78 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 239 | 0.64 | 0.40 | 0 | 0.06 | 217.4 | 0.83 | 0.64 |
| Hex | 55 | 8F | EF | 40 | 28 | 0 | 6 | D9 | 53 | 40 |
| Octal | 125 | 217 | 357 | 100 | 50 | 0 | 6 | 331 | 123 | 100 |
| Binary | 1010101 | 10001111 | 11101111 | 1000000 | 101000 | 0 | 110 | 11011001 | 1010011 | 1000000 |
Color Harmonies of #558FEF
Complementary color
Monochromatic Colors of #558FEF
Black with #558FEF
Text Example
Text Example
White with #558FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FEF; }
p { color: rgb(85,143,239); }
H1.HeaderClassName
{
color: #558FEF;
}
.AnyTagClassName
{
color: #558FEF;
}
</style>
background-color css
<style>
a { background-color: #558FEF; }
a { background-color: rgb(85,143,239); }
div.DivClassName
{
background-color: #558FEF;
}
.BgClassName
{
background-color: #558FEF;
}
</style>
border-color css
<style>
span { border-color: #558FEF; }
span { border-color: rgb(85,143,239); }
td.TdClassName
{
border-color: #558FEF;
}
.TagClassName
{
border-color: #558FEF;
}
</style>