Shades of Cornflower Blue #5495EA
Tints of Cornflower Blue #5495EA
RGB
CMYK
RGB Variations
Color information
#5495EA (or 0x5495EA) is known color: Cornflower Blue. HEX triplet: 54, 95 and EA. RGB value is (84,149,234). Sum of RGB (Red+Green+Blue) = 84+149+234=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #5495EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5495EA is #AB6A15. Grayscale: #8A8A8A. Windows color (decimal): -11233814 or 15373652. OLE color: 15373652.
HSL color Cylindrical-coordinate representation of color #5495EA: hue angle of 214º 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 #5495EA is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 149 | 234 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.08 |
| HSL | 214º | 0.78% | 0.62% | - |
| HSV(B) | 214º | 0.64% | 0.92% | - |
| XYZ | 29.25 | 29.32 | 81.96 | - |
| YUV | 139.26 | 181.47 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 234 | 0.64 | 0.36 | 0 | 0.08 | 214 | 0.78 | 0.62 |
| Hex | 54 | 95 | EA | 40 | 24 | 0 | 8 | D6 | 4E | 3E |
| Octal | 124 | 225 | 352 | 100 | 44 | 0 | 10 | 326 | 116 | 76 |
| Binary | 1010100 | 10010101 | 11101010 | 1000000 | 100100 | 0 | 1000 | 11010110 | 1001110 | 111110 |
Color Harmonies of #5495EA
Complementary color
Monochromatic Colors of #5495EA
Black with #5495EA
Text Example
Text Example
White with #5495EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5495EA; }
p { color: rgb(84,149,234); }
H1.HeaderClassName
{
color: #5495EA;
}
.AnyTagClassName
{
color: #5495EA;
}
</style>
background-color css
<style>
a { background-color: #5495EA; }
a { background-color: rgb(84,149,234); }
div.DivClassName
{
background-color: #5495EA;
}
.BgClassName
{
background-color: #5495EA;
}
</style>
border-color css
<style>
span { border-color: #5495EA; }
span { border-color: rgb(84,149,234); }
td.TdClassName
{
border-color: #5495EA;
}
.TagClassName
{
border-color: #5495EA;
}
</style>