Shades of Cornflower Blue #5490EF
Tints of Cornflower Blue #5490EF
RGB
CMYK
RGB Variations
Color information
#5490EF (or 0x5490EF) is known color: Cornflower Blue. HEX triplet: 54, 90 and EF. RGB value is (84,144,239). Sum of RGB (Red+Green+Blue) = 84+144+239=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #5490EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5490EF is #AB6F10. Grayscale: #888888. Windows color (decimal): -11235089 or 15700052. OLE color: 15700052.
HSL color Cylindrical-coordinate representation of color #5490EF: hue angle of 216.77º 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 #5490EF is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 144 | 239 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.06 |
| HSL | 216.77º | 0.83% | 0.63% | - |
| HSV(B) | 216.77º | 0.65% | 0.94% | - |
| XYZ | 29.21 | 28.06 | 85.54 | - |
| YUV | 136.89 | 185.62 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 239 | 0.65 | 0.40 | 0 | 0.06 | 216.77 | 0.83 | 0.63 |
| Hex | 54 | 90 | EF | 41 | 28 | 0 | 6 | D9 | 53 | 3F |
| Octal | 124 | 220 | 357 | 101 | 50 | 0 | 6 | 331 | 123 | 77 |
| Binary | 1010100 | 10010000 | 11101111 | 1000001 | 101000 | 0 | 110 | 11011001 | 1010011 | 111111 |
Color Harmonies of #5490EF
Complementary color
Monochromatic Colors of #5490EF
Black with #5490EF
Text Example
Text Example
White with #5490EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5490EF; }
p { color: rgb(84,144,239); }
H1.HeaderClassName
{
color: #5490EF;
}
.AnyTagClassName
{
color: #5490EF;
}
</style>
background-color css
<style>
a { background-color: #5490EF; }
a { background-color: rgb(84,144,239); }
div.DivClassName
{
background-color: #5490EF;
}
.BgClassName
{
background-color: #5490EF;
}
</style>
border-color css
<style>
span { border-color: #5490EF; }
span { border-color: rgb(84,144,239); }
td.TdClassName
{
border-color: #5490EF;
}
.TagClassName
{
border-color: #5490EF;
}
</style>