Shades of Cornflower Blue #5588EB
Tints of Cornflower Blue #5588EB
RGB
CMYK
RGB Variations
Color information
#5588EB (or 0x5588EB) is known color: Cornflower Blue. HEX triplet: 55, 88 and EB. RGB value is (85,136,235). Sum of RGB (Red+Green+Blue) = 85+136+235=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #5588EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5588EB is #AA7714. Grayscale: #838383. Windows color (decimal): -11171605 or 15435861. OLE color: 15435861.
HSL color Cylindrical-coordinate representation of color #5588EB: hue angle of 219.6º 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 #5588EB is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 136 | 235 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.08 |
| HSL | 219.6º | 0.79% | 0.63% | - |
| HSV(B) | 219.6º | 0.64% | 0.92% | - |
| XYZ | 27.55 | 25.54 | 82.07 | - |
| YUV | 132.04 | 186.1 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 235 | 0.64 | 0.42 | 0 | 0.08 | 219.6 | 0.79 | 0.63 |
| Hex | 55 | 88 | EB | 40 | 2A | 0 | 8 | DC | 4F | 3F |
| Octal | 125 | 210 | 353 | 100 | 52 | 0 | 10 | 334 | 117 | 77 |
| Binary | 1010101 | 10001000 | 11101011 | 1000000 | 101010 | 0 | 1000 | 11011100 | 1001111 | 111111 |
Color Harmonies of #5588EB
Complementary color
Monochromatic Colors of #5588EB
Black with #5588EB
Text Example
Text Example
White with #5588EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5588EB; }
p { color: rgb(85,136,235); }
H1.HeaderClassName
{
color: #5588EB;
}
.AnyTagClassName
{
color: #5588EB;
}
</style>
background-color css
<style>
a { background-color: #5588EB; }
a { background-color: rgb(85,136,235); }
div.DivClassName
{
background-color: #5588EB;
}
.BgClassName
{
background-color: #5588EB;
}
</style>
border-color css
<style>
span { border-color: #5588EB; }
span { border-color: rgb(85,136,235); }
td.TdClassName
{
border-color: #5588EB;
}
.TagClassName
{
border-color: #5588EB;
}
</style>