Shades of Cornflower Blue #558CEE
Tints of Cornflower Blue #558CEE
RGB
CMYK
RGB Variations
Color information
#558CEE (or 0x558CEE) is known color: Cornflower Blue. HEX triplet: 55, 8C and EE. RGB value is (85,140,238). Sum of RGB (Red+Green+Blue) = 85+140+238=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #558CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558CEE is #AA7311. Grayscale: #868686. Windows color (decimal): -11170578 or 15633493. OLE color: 15633493.
HSL color Cylindrical-coordinate representation of color #558CEE: hue angle of 218.43º degrees, saturation: 0.82, 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 #558CEE is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 140 | 238 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.07 |
| HSL | 218.43º | 0.82% | 0.63% | - |
| HSV(B) | 218.43º | 0.64% | 0.93% | - |
| XYZ | 28.56 | 26.86 | 84.57 | - |
| YUV | 134.73 | 186.28 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 238 | 0.64 | 0.41 | 0 | 0.07 | 218.43 | 0.82 | 0.63 |
| Hex | 55 | 8C | EE | 40 | 29 | 0 | 7 | DA | 52 | 3F |
| Octal | 125 | 214 | 356 | 100 | 51 | 0 | 7 | 332 | 122 | 77 |
| Binary | 1010101 | 10001100 | 11101110 | 1000000 | 101001 | 0 | 111 | 11011010 | 1010010 | 111111 |
Color Harmonies of #558CEE
Complementary color
Monochromatic Colors of #558CEE
Black with #558CEE
Text Example
Text Example
White with #558CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CEE; }
p { color: rgb(85,140,238); }
H1.HeaderClassName
{
color: #558CEE;
}
.AnyTagClassName
{
color: #558CEE;
}
</style>
background-color css
<style>
a { background-color: #558CEE; }
a { background-color: rgb(85,140,238); }
div.DivClassName
{
background-color: #558CEE;
}
.BgClassName
{
background-color: #558CEE;
}
</style>
border-color css
<style>
span { border-color: #558CEE; }
span { border-color: rgb(85,140,238); }
td.TdClassName
{
border-color: #558CEE;
}
.TagClassName
{
border-color: #558CEE;
}
</style>