Shades of Royal Blue #5473EA
Tints of Royal Blue #5473EA
RGB
CMYK
RGB Variations
Color information
#5473EA (or 0x5473EA) is known color: Royal Blue. HEX triplet: 54, 73 and EA. RGB value is (84,115,234). Sum of RGB (Red+Green+Blue) = 84+115+234=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #5473EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5473EA is #AB8C15. Grayscale: #767676. Windows color (decimal): -11242518 or 15364948. OLE color: 15364948.
HSL color Cylindrical-coordinate representation of color #5473EA: hue angle of 227.6º 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 #5473EA is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 115 | 234 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.08 |
| HSL | 227.6º | 0.78% | 0.62% | - |
| HSV(B) | 227.6º | 0.64% | 0.92% | - |
| XYZ | 24.64 | 20.09 | 80.42 | - |
| YUV | 119.3 | 192.73 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 234 | 0.64 | 0.51 | 0 | 0.08 | 227.6 | 0.78 | 0.62 |
| Hex | 54 | 73 | EA | 40 | 33 | 0 | 8 | E4 | 4E | 3E |
| Octal | 124 | 163 | 352 | 100 | 63 | 0 | 10 | 344 | 116 | 76 |
| Binary | 1010100 | 1110011 | 11101010 | 1000000 | 110011 | 0 | 1000 | 11100100 | 1001110 | 111110 |
Color Harmonies of #5473EA
Complementary color
Monochromatic Colors of #5473EA
Black with #5473EA
Text Example
Text Example
White with #5473EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5473EA; }
p { color: rgb(84,115,234); }
H1.HeaderClassName
{
color: #5473EA;
}
.AnyTagClassName
{
color: #5473EA;
}
</style>
background-color css
<style>
a { background-color: #5473EA; }
a { background-color: rgb(84,115,234); }
div.DivClassName
{
background-color: #5473EA;
}
.BgClassName
{
background-color: #5473EA;
}
</style>
border-color css
<style>
span { border-color: #5473EA; }
span { border-color: rgb(84,115,234); }
td.TdClassName
{
border-color: #5473EA;
}
.TagClassName
{
border-color: #5473EA;
}
</style>