Shades of Cornflower Blue #5495E8
Tints of Cornflower Blue #5495E8
RGB
CMYK
RGB Variations
Color information
#5495E8 (or 0x5495E8) is known color: Cornflower Blue. HEX triplet: 54, 95 and E8. RGB value is (84,149,232). Sum of RGB (Red+Green+Blue) = 84+149+232=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #5495E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5495E8 is #AB6A17. Grayscale: #8A8A8A. Windows color (decimal): -11233816 or 15242580. OLE color: 15242580.
HSL color Cylindrical-coordinate representation of color #5495E8: hue angle of 213.65º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5495E8 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 149 | 232 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.09 |
| HSL | 213.65º | 0.76% | 0.62% | - |
| HSV(B) | 213.65º | 0.64% | 0.91% | - |
| XYZ | 28.97 | 29.21 | 80.45 | - |
| YUV | 139.03 | 180.47 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 232 | 0.64 | 0.36 | 0 | 0.09 | 213.65 | 0.76 | 0.62 |
| Hex | 54 | 95 | E8 | 40 | 24 | 0 | 9 | D6 | 4C | 3E |
| Octal | 124 | 225 | 350 | 100 | 44 | 0 | 11 | 326 | 114 | 76 |
| Binary | 1010100 | 10010101 | 11101000 | 1000000 | 100100 | 0 | 1001 | 11010110 | 1001100 | 111110 |
Color Harmonies of #5495E8
Complementary color
Monochromatic Colors of #5495E8
Black with #5495E8
Text Example
Text Example
White with #5495E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5495E8; }
p { color: rgb(84,149,232); }
H1.HeaderClassName
{
color: #5495E8;
}
.AnyTagClassName
{
color: #5495E8;
}
</style>
background-color css
<style>
a { background-color: #5495E8; }
a { background-color: rgb(84,149,232); }
div.DivClassName
{
background-color: #5495E8;
}
.BgClassName
{
background-color: #5495E8;
}
</style>
border-color css
<style>
span { border-color: #5495E8; }
span { border-color: rgb(84,149,232); }
td.TdClassName
{
border-color: #5495E8;
}
.TagClassName
{
border-color: #5495E8;
}
</style>