Shades of Cornflower Blue #5491EF
Tints of Cornflower Blue #5491EF
RGB
CMYK
RGB Variations
Color information
#5491EF (or 0x5491EF) is known color: Cornflower Blue. HEX triplet: 54, 91 and EF. RGB value is (84,145,239). Sum of RGB (Red+Green+Blue) = 84+145+239=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #5491EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5491EF is #AB6E10. Grayscale: #898989. Windows color (decimal): -11234833 or 15700308. OLE color: 15700308.
HSL color Cylindrical-coordinate representation of color #5491EF: hue angle of 216.39º 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 #5491EF is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 145 | 239 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.06 |
| HSL | 216.39º | 0.83% | 0.63% | - |
| HSV(B) | 216.39º | 0.65% | 0.94% | - |
| XYZ | 29.36 | 28.37 | 85.59 | - |
| YUV | 137.48 | 185.29 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 239 | 0.65 | 0.39 | 0 | 0.06 | 216.39 | 0.83 | 0.63 |
| Hex | 54 | 91 | EF | 41 | 27 | 0 | 6 | D8 | 53 | 3F |
| Octal | 124 | 221 | 357 | 101 | 47 | 0 | 6 | 330 | 123 | 77 |
| Binary | 1010100 | 10010001 | 11101111 | 1000001 | 100111 | 0 | 110 | 11011000 | 1010011 | 111111 |
Color Harmonies of #5491EF
Complementary color
Monochromatic Colors of #5491EF
Black with #5491EF
Text Example
Text Example
White with #5491EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5491EF; }
p { color: rgb(84,145,239); }
H1.HeaderClassName
{
color: #5491EF;
}
.AnyTagClassName
{
color: #5491EF;
}
</style>
background-color css
<style>
a { background-color: #5491EF; }
a { background-color: rgb(84,145,239); }
div.DivClassName
{
background-color: #5491EF;
}
.BgClassName
{
background-color: #5491EF;
}
</style>
border-color css
<style>
span { border-color: #5491EF; }
span { border-color: rgb(84,145,239); }
td.TdClassName
{
border-color: #5491EF;
}
.TagClassName
{
border-color: #5491EF;
}
</style>