Shades of Cornflower Blue #5588DD
Tints of Cornflower Blue #5588DD
RGB
CMYK
RGB Variations
Color information
#5588DD (or 0x5588DD) is known color: Cornflower Blue. HEX triplet: 55, 88 and DD. RGB value is (85,136,221). Sum of RGB (Red+Green+Blue) = 85+136+221=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #5588DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5588DD is #AA7722. Grayscale: #828282. Windows color (decimal): -11171619 or 14518357. OLE color: 14518357.
HSL color Cylindrical-coordinate representation of color #5588DD: hue angle of 217.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5588DD is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 136 | 221 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.13 |
| HSL | 217.5º | 0.67% | 0.6% | - |
| HSV(B) | 217.5º | 0.62% | 0.87% | - |
| XYZ | 25.6 | 24.76 | 71.84 | - |
| YUV | 130.44 | 179.1 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 221 | 0.62 | 0.38 | 0 | 0.13 | 217.5 | 0.67 | 0.6 |
| Hex | 55 | 88 | DD | 3E | 26 | 0 | D | DA | 43 | 3C |
| Octal | 125 | 210 | 335 | 76 | 46 | 0 | 15 | 332 | 103 | 74 |
| Binary | 1010101 | 10001000 | 11011101 | 111110 | 100110 | 0 | 1101 | 11011010 | 1000011 | 111100 |
Color Harmonies of #5588DD
Complementary color
Monochromatic Colors of #5588DD
Black with #5588DD
Text Example
Text Example
White with #5588DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5588DD; }
p { color: rgb(85,136,221); }
H1.HeaderClassName
{
color: #5588DD;
}
.AnyTagClassName
{
color: #5588DD;
}
</style>
background-color css
<style>
a { background-color: #5588DD; }
a { background-color: rgb(85,136,221); }
div.DivClassName
{
background-color: #5588DD;
}
.BgClassName
{
background-color: #5588DD;
}
</style>
border-color css
<style>
span { border-color: #5588DD; }
span { border-color: rgb(85,136,221); }
td.TdClassName
{
border-color: #5588DD;
}
.TagClassName
{
border-color: #5588DD;
}
</style>