Shades of Cornflower Blue #5588FB
Tints of Cornflower Blue #5588FB
RGB
CMYK
RGB Variations
Color information
#5588FB (or 0x5588FB) is known color: Cornflower Blue. HEX triplet: 55, 88 and FB. RGB value is (85,136,251). Sum of RGB (Red+Green+Blue) = 85+136+251=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #5588FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5588FB is #AA7704. Grayscale: #858585. Windows color (decimal): -11171589 or 16484437. OLE color: 16484437.
HSL color Cylindrical-coordinate representation of color #5588FB: hue angle of 221.57º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5588FB is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 136 | 251 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.02 |
| HSL | 221.57º | 0.95% | 0.66% | - |
| HSV(B) | 221.57º | 0.66% | 0.98% | - |
| XYZ | 29.96 | 26.5 | 94.8 | - |
| YUV | 133.86 | 194.1 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 251 | 0.66 | 0.46 | 0 | 0.02 | 221.57 | 0.95 | 0.66 |
| Hex | 55 | 88 | FB | 42 | 2E | 0 | 2 | DE | 5F | 42 |
| Octal | 125 | 210 | 373 | 102 | 56 | 0 | 2 | 336 | 137 | 102 |
| Binary | 1010101 | 10001000 | 11111011 | 1000010 | 101110 | 0 | 10 | 11011110 | 1011111 | 1000010 |
Color Harmonies of #5588FB
Complementary color
Monochromatic Colors of #5588FB
Black with #5588FB
Text Example
Text Example
White with #5588FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5588FB; }
p { color: rgb(85,136,251); }
H1.HeaderClassName
{
color: #5588FB;
}
.AnyTagClassName
{
color: #5588FB;
}
</style>
background-color css
<style>
a { background-color: #5588FB; }
a { background-color: rgb(85,136,251); }
div.DivClassName
{
background-color: #5588FB;
}
.BgClassName
{
background-color: #5588FB;
}
</style>
border-color css
<style>
span { border-color: #5588FB; }
span { border-color: rgb(85,136,251); }
td.TdClassName
{
border-color: #5588FB;
}
.TagClassName
{
border-color: #5588FB;
}
</style>