Shades of Cornflower Blue #558BEB
Tints of Cornflower Blue #558BEB
RGB
CMYK
RGB Variations
Color information
#558BEB (or 0x558BEB) is known color: Cornflower Blue. HEX triplet: 55, 8B and EB. RGB value is (85,139,235). Sum of RGB (Red+Green+Blue) = 85+139+235=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #558BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558BEB is #AA7414. Grayscale: #858585. Windows color (decimal): -11170837 or 15436629. OLE color: 15436629.
HSL color Cylindrical-coordinate representation of color #558BEB: hue angle of 218.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #558BEB is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 139 | 235 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.08 |
| HSL | 218.4º | 0.79% | 0.63% | - |
| HSV(B) | 218.4º | 0.64% | 0.92% | - |
| XYZ | 27.97 | 26.39 | 82.22 | - |
| YUV | 133.8 | 185.11 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 235 | 0.64 | 0.41 | 0 | 0.08 | 218.4 | 0.79 | 0.63 |
| Hex | 55 | 8B | EB | 40 | 29 | 0 | 8 | DA | 4F | 3F |
| Octal | 125 | 213 | 353 | 100 | 51 | 0 | 10 | 332 | 117 | 77 |
| Binary | 1010101 | 10001011 | 11101011 | 1000000 | 101001 | 0 | 1000 | 11011010 | 1001111 | 111111 |
Color Harmonies of #558BEB
Complementary color
Monochromatic Colors of #558BEB
Black with #558BEB
Text Example
Text Example
White with #558BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BEB; }
p { color: rgb(85,139,235); }
H1.HeaderClassName
{
color: #558BEB;
}
.AnyTagClassName
{
color: #558BEB;
}
</style>
background-color css
<style>
a { background-color: #558BEB; }
a { background-color: rgb(85,139,235); }
div.DivClassName
{
background-color: #558BEB;
}
.BgClassName
{
background-color: #558BEB;
}
</style>
border-color css
<style>
span { border-color: #558BEB; }
span { border-color: rgb(85,139,235); }
td.TdClassName
{
border-color: #558BEB;
}
.TagClassName
{
border-color: #558BEB;
}
</style>