Shades of Cornflower Blue #5587F5
Tints of Cornflower Blue #5587F5
RGB
CMYK
RGB Variations
Color information
#5587F5 (or 0x5587F5) is known color: Cornflower Blue. HEX triplet: 55, 87 and F5. RGB value is (85,135,245). Sum of RGB (Red+Green+Blue) = 85+135+245=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #5587F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5587F5 is #AA780A. Grayscale: #848484. Windows color (decimal): -11171851 or 16090965. OLE color: 16090965.
HSL color Cylindrical-coordinate representation of color #5587F5: hue angle of 221.25º 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 #5587F5 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 135 | 245 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.04 |
| HSL | 221.25º | 0.89% | 0.65% | - |
| HSV(B) | 221.25º | 0.65% | 0.96% | - |
| XYZ | 28.89 | 25.85 | 89.85 | - |
| YUV | 132.59 | 191.44 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 245 | 0.65 | 0.45 | 0 | 0.04 | 221.25 | 0.89 | 0.65 |
| Hex | 55 | 87 | F5 | 41 | 2D | 0 | 4 | DD | 59 | 41 |
| Octal | 125 | 207 | 365 | 101 | 55 | 0 | 4 | 335 | 131 | 101 |
| Binary | 1010101 | 10000111 | 11110101 | 1000001 | 101101 | 0 | 100 | 11011101 | 1011001 | 1000001 |
Color Harmonies of #5587F5
Complementary color
Monochromatic Colors of #5587F5
Black with #5587F5
Text Example
Text Example
White with #5587F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5587F5; }
p { color: rgb(85,135,245); }
H1.HeaderClassName
{
color: #5587F5;
}
.AnyTagClassName
{
color: #5587F5;
}
</style>
background-color css
<style>
a { background-color: #5587F5; }
a { background-color: rgb(85,135,245); }
div.DivClassName
{
background-color: #5587F5;
}
.BgClassName
{
background-color: #5587F5;
}
</style>
border-color css
<style>
span { border-color: #5587F5; }
span { border-color: rgb(85,135,245); }
td.TdClassName
{
border-color: #5587F5;
}
.TagClassName
{
border-color: #5587F5;
}
</style>