Shades of Cornflower Blue #5588E9
Tints of Cornflower Blue #5588E9
RGB
CMYK
RGB Variations
Color information
#5588E9 (or 0x5588E9) is known color: Cornflower Blue. HEX triplet: 55, 88 and E9. RGB value is (85,136,233). Sum of RGB (Red+Green+Blue) = 85+136+233=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 233 (91.41% from 255 or 51.32% from 454); Max value from RGB is 233 - color contains mainly: blue. Hex color #5588E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5588E9 is #AA7716. Grayscale: #838383. Windows color (decimal): -11171607 or 15304789. OLE color: 15304789.
HSL color Cylindrical-coordinate representation of color #5588E9: hue angle of 219.32º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5588E9 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 136 | 233 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.09 |
| HSL | 219.32º | 0.77% | 0.62% | - |
| HSV(B) | 219.32º | 0.64% | 0.91% | - |
| XYZ | 27.26 | 25.42 | 80.56 | - |
| YUV | 131.81 | 185.1 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 233 | 0.64 | 0.42 | 0 | 0.09 | 219.32 | 0.77 | 0.62 |
| Hex | 55 | 88 | E9 | 40 | 2A | 0 | 9 | DB | 4D | 3E |
| Octal | 125 | 210 | 351 | 100 | 52 | 0 | 11 | 333 | 115 | 76 |
| Binary | 1010101 | 10001000 | 11101001 | 1000000 | 101010 | 0 | 1001 | 11011011 | 1001101 | 111110 |
Color Harmonies of #5588E9
Complementary color
Monochromatic Colors of #5588E9
Black with #5588E9
Text Example
Text Example
White with #5588E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5588E9; }
p { color: rgb(85,136,233); }
H1.HeaderClassName
{
color: #5588E9;
}
.AnyTagClassName
{
color: #5588E9;
}
</style>
background-color css
<style>
a { background-color: #5588E9; }
a { background-color: rgb(85,136,233); }
div.DivClassName
{
background-color: #5588E9;
}
.BgClassName
{
background-color: #5588E9;
}
</style>
border-color css
<style>
span { border-color: #5588E9; }
span { border-color: rgb(85,136,233); }
td.TdClassName
{
border-color: #5588E9;
}
.TagClassName
{
border-color: #5588E9;
}
</style>