Shades of Cornflower Blue #5588F5
Tints of Cornflower Blue #5588F5
RGB
CMYK
RGB Variations
Color information
#5588F5 (or 0x5588F5) is known color: Cornflower Blue. HEX triplet: 55, 88 and F5. RGB value is (85,136,245). Sum of RGB (Red+Green+Blue) = 85+136+245=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #5588F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5588F5 is #AA770A. Grayscale: #848484. Windows color (decimal): -11171595 or 16091221. OLE color: 16091221.
HSL color Cylindrical-coordinate representation of color #5588F5: hue angle of 220.88º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5588F5 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 136 | 245 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.04 |
| HSL | 220.88º | 0.89% | 0.65% | - |
| HSV(B) | 220.88º | 0.65% | 0.96% | - |
| XYZ | 29.03 | 26.13 | 89.9 | - |
| YUV | 133.18 | 191.1 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 245 | 0.65 | 0.44 | 0 | 0.04 | 220.88 | 0.89 | 0.65 |
| Hex | 55 | 88 | F5 | 41 | 2C | 0 | 4 | DD | 59 | 41 |
| Octal | 125 | 210 | 365 | 101 | 54 | 0 | 4 | 335 | 131 | 101 |
| Binary | 1010101 | 10001000 | 11110101 | 1000001 | 101100 | 0 | 100 | 11011101 | 1011001 | 1000001 |
Color Harmonies of #5588F5
Complementary color
Monochromatic Colors of #5588F5
Black with #5588F5
Text Example
Text Example
White with #5588F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5588F5; }
p { color: rgb(85,136,245); }
H1.HeaderClassName
{
color: #5588F5;
}
.AnyTagClassName
{
color: #5588F5;
}
</style>
background-color css
<style>
a { background-color: #5588F5; }
a { background-color: rgb(85,136,245); }
div.DivClassName
{
background-color: #5588F5;
}
.BgClassName
{
background-color: #5588F5;
}
</style>
border-color css
<style>
span { border-color: #5588F5; }
span { border-color: rgb(85,136,245); }
td.TdClassName
{
border-color: #5588F5;
}
.TagClassName
{
border-color: #5588F5;
}
</style>