Shades of Cornflower Blue #5588FF
Tints of Cornflower Blue #5588FF
RGB
CMYK
RGB Variations
Color information
#5588FF (or 0x5588FF) is known color: Cornflower Blue. HEX triplet: 55, 88 and FF. RGB value is (85,136,255). Sum of RGB (Red+Green+Blue) = 85+136+255=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #5588FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5588FF is #AA7700. Grayscale: #858585. Windows color (decimal): -11171585 or 16746581. OLE color: 16746581.
HSL color Cylindrical-coordinate representation of color #5588FF: hue angle of 222º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5588FF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 136 | 255 | - |
| CMYK | 0.67 | 0.47 | 0 | 0 |
| HSL | 222º | 1% | 0.67% | - |
| HSV(B) | 222º | 0.67% | 1% | - |
| XYZ | 30.6 | 26.76 | 98.16 | - |
| YUV | 134.32 | 196.1 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 255 | 0.67 | 0.47 | 0 | 0 | 222 | 1 | 0.67 |
| Hex | 55 | 88 | FF | 43 | 2F | 0 | 0 | DE | 64 | 43 |
| Octal | 125 | 210 | 377 | 103 | 57 | 0 | 0 | 336 | 144 | 103 |
| Binary | 1010101 | 10001000 | 11111111 | 1000011 | 101111 | 0 | 0 | 11011110 | 1100100 | 1000011 |
Color Harmonies of #5588FF
Complementary color
Monochromatic Colors of #5588FF
Black with #5588FF
Text Example
Text Example
White with #5588FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5588FF; }
p { color: rgb(85,136,255); }
H1.HeaderClassName
{
color: #5588FF;
}
.AnyTagClassName
{
color: #5588FF;
}
</style>
background-color css
<style>
a { background-color: #5588FF; }
a { background-color: rgb(85,136,255); }
div.DivClassName
{
background-color: #5588FF;
}
.BgClassName
{
background-color: #5588FF;
}
</style>
border-color css
<style>
span { border-color: #5588FF; }
span { border-color: rgb(85,136,255); }
td.TdClassName
{
border-color: #5588FF;
}
.TagClassName
{
border-color: #5588FF;
}
</style>