Shades of Cornflower Blue #5488EF
Tints of Cornflower Blue #5488EF
RGB
CMYK
RGB Variations
Color information
#5488EF (or 0x5488EF) is known color: Cornflower Blue. HEX triplet: 54, 88 and EF. RGB value is (84,136,239). Sum of RGB (Red+Green+Blue) = 84+136+239=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #5488EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5488EF is #AB7710. Grayscale: #838383. Windows color (decimal): -11237137 or 15698004. OLE color: 15698004.
HSL color Cylindrical-coordinate representation of color #5488EF: hue angle of 219.87º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5488EF is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 136 | 239 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.06 |
| HSL | 219.87º | 0.83% | 0.63% | - |
| HSV(B) | 219.87º | 0.65% | 0.94% | - |
| XYZ | 28.04 | 25.73 | 85.15 | - |
| YUV | 132.19 | 188.27 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 239 | 0.65 | 0.43 | 0 | 0.06 | 219.87 | 0.83 | 0.63 |
| Hex | 54 | 88 | EF | 41 | 2B | 0 | 6 | DC | 53 | 3F |
| Octal | 124 | 210 | 357 | 101 | 53 | 0 | 6 | 334 | 123 | 77 |
| Binary | 1010100 | 10001000 | 11101111 | 1000001 | 101011 | 0 | 110 | 11011100 | 1010011 | 111111 |
Color Harmonies of #5488EF
Complementary color
Monochromatic Colors of #5488EF
Black with #5488EF
Text Example
Text Example
White with #5488EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5488EF; }
p { color: rgb(84,136,239); }
H1.HeaderClassName
{
color: #5488EF;
}
.AnyTagClassName
{
color: #5488EF;
}
</style>
background-color css
<style>
a { background-color: #5488EF; }
a { background-color: rgb(84,136,239); }
div.DivClassName
{
background-color: #5488EF;
}
.BgClassName
{
background-color: #5488EF;
}
</style>
border-color css
<style>
span { border-color: #5488EF; }
span { border-color: rgb(84,136,239); }
td.TdClassName
{
border-color: #5488EF;
}
.TagClassName
{
border-color: #5488EF;
}
</style>