Shades of Cornflower Blue #558EEF
Tints of Cornflower Blue #558EEF
RGB
CMYK
RGB Variations
Color information
#558EEF (or 0x558EEF) is known color: Cornflower Blue. HEX triplet: 55, 8E and EF. RGB value is (85,142,239). Sum of RGB (Red+Green+Blue) = 85+142+239=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #558EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558EEF is #AA7110. Grayscale: #878787. Windows color (decimal): -11170065 or 15699541. OLE color: 15699541.
HSL color Cylindrical-coordinate representation of color #558EEF: hue angle of 217.79º 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 #558EEF is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 142 | 239 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.06 |
| HSL | 217.79º | 0.83% | 0.64% | - |
| HSV(B) | 217.79º | 0.64% | 0.94% | - |
| XYZ | 29 | 27.51 | 85.44 | - |
| YUV | 136.02 | 186.12 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 239 | 0.64 | 0.41 | 0 | 0.06 | 217.79 | 0.83 | 0.64 |
| Hex | 55 | 8E | EF | 40 | 29 | 0 | 6 | DA | 53 | 40 |
| Octal | 125 | 216 | 357 | 100 | 51 | 0 | 6 | 332 | 123 | 100 |
| Binary | 1010101 | 10001110 | 11101111 | 1000000 | 101001 | 0 | 110 | 11011010 | 1010011 | 1000000 |
Color Harmonies of #558EEF
Complementary color
Monochromatic Colors of #558EEF
Black with #558EEF
Text Example
Text Example
White with #558EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558EEF; }
p { color: rgb(85,142,239); }
H1.HeaderClassName
{
color: #558EEF;
}
.AnyTagClassName
{
color: #558EEF;
}
</style>
background-color css
<style>
a { background-color: #558EEF; }
a { background-color: rgb(85,142,239); }
div.DivClassName
{
background-color: #558EEF;
}
.BgClassName
{
background-color: #558EEF;
}
</style>
border-color css
<style>
span { border-color: #558EEF; }
span { border-color: rgb(85,142,239); }
td.TdClassName
{
border-color: #558EEF;
}
.TagClassName
{
border-color: #558EEF;
}
</style>