Shades of Cornflower Blue #5488E1
Tints of Cornflower Blue #5488E1
RGB
CMYK
RGB Variations
Color information
#5488E1 (or 0x5488E1) is known color: Cornflower Blue. HEX triplet: 54, 88 and E1. RGB value is (84,136,225). Sum of RGB (Red+Green+Blue) = 84+136+225=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #5488E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488E1 is #AB771E. Grayscale: #828282. Windows color (decimal): -11237151 or 14780500. OLE color: 14780500.
HSL color Cylindrical-coordinate representation of color #5488E1: hue angle of 217.87º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5488E1 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 136 | 225 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.12 |
| HSL | 217.87º | 0.7% | 0.61% | - |
| HSV(B) | 217.87º | 0.63% | 0.88% | - |
| XYZ | 26.05 | 24.93 | 74.67 | - |
| YUV | 130.6 | 181.27 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 225 | 0.63 | 0.40 | 0 | 0.12 | 217.87 | 0.7 | 0.61 |
| Hex | 54 | 88 | E1 | 3F | 28 | 0 | C | DA | 46 | 3D |
| Octal | 124 | 210 | 341 | 77 | 50 | 0 | 14 | 332 | 106 | 75 |
| Binary | 1010100 | 10001000 | 11100001 | 111111 | 101000 | 0 | 1100 | 11011010 | 1000110 | 111101 |
Color Harmonies of #5488E1
Complementary color
Monochromatic Colors of #5488E1
Black with #5488E1
Text Example
Text Example
White with #5488E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5488E1; }
p { color: rgb(84,136,225); }
H1.HeaderClassName
{
color: #5488E1;
}
.AnyTagClassName
{
color: #5488E1;
}
</style>
background-color css
<style>
a { background-color: #5488E1; }
a { background-color: rgb(84,136,225); }
div.DivClassName
{
background-color: #5488E1;
}
.BgClassName
{
background-color: #5488E1;
}
</style>
border-color css
<style>
span { border-color: #5488E1; }
span { border-color: rgb(84,136,225); }
td.TdClassName
{
border-color: #5488E1;
}
.TagClassName
{
border-color: #5488E1;
}
</style>