Shades of Cornflower Blue #5488EA
Tints of Cornflower Blue #5488EA
RGB
CMYK
RGB Variations
Color information
#5488EA (or 0x5488EA) is known color: Cornflower Blue. HEX triplet: 54, 88 and EA. RGB value is (84,136,234). Sum of RGB (Red+Green+Blue) = 84+136+234=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #5488EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5488EA is #AB7715. Grayscale: #838383. Windows color (decimal): -11237142 or 15370324. OLE color: 15370324.
HSL color Cylindrical-coordinate representation of color #5488EA: hue angle of 219.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5488EA is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 136 | 234 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.08 |
| HSL | 219.2º | 0.78% | 0.62% | - |
| HSV(B) | 219.2º | 0.64% | 0.92% | - |
| XYZ | 27.31 | 25.43 | 81.31 | - |
| YUV | 131.62 | 185.77 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 234 | 0.64 | 0.42 | 0 | 0.08 | 219.2 | 0.78 | 0.62 |
| Hex | 54 | 88 | EA | 40 | 2A | 0 | 8 | DB | 4E | 3E |
| Octal | 124 | 210 | 352 | 100 | 52 | 0 | 10 | 333 | 116 | 76 |
| Binary | 1010100 | 10001000 | 11101010 | 1000000 | 101010 | 0 | 1000 | 11011011 | 1001110 | 111110 |
Color Harmonies of #5488EA
Complementary color
Monochromatic Colors of #5488EA
Black with #5488EA
Text Example
Text Example
White with #5488EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5488EA; }
p { color: rgb(84,136,234); }
H1.HeaderClassName
{
color: #5488EA;
}
.AnyTagClassName
{
color: #5488EA;
}
</style>
background-color css
<style>
a { background-color: #5488EA; }
a { background-color: rgb(84,136,234); }
div.DivClassName
{
background-color: #5488EA;
}
.BgClassName
{
background-color: #5488EA;
}
</style>
border-color css
<style>
span { border-color: #5488EA; }
span { border-color: rgb(84,136,234); }
td.TdClassName
{
border-color: #5488EA;
}
.TagClassName
{
border-color: #5488EA;
}
</style>