Shades of Royal Blue #5473EC
Tints of Royal Blue #5473EC
RGB
CMYK
RGB Variations
Color information
#5473EC (or 0x5473EC) is known color: Royal Blue. HEX triplet: 54, 73 and EC. RGB value is (84,115,236). Sum of RGB (Red+Green+Blue) = 84+115+236=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #5473EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5473EC is #AB8C13. Grayscale: #777777. Windows color (decimal): -11242516 or 15496020. OLE color: 15496020.
HSL color Cylindrical-coordinate representation of color #5473EC: hue angle of 227.76º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5473EC is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 115 | 236 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.07 |
| HSL | 227.76º | 0.8% | 0.63% | - |
| HSV(B) | 227.76º | 0.64% | 0.93% | - |
| XYZ | 24.93 | 20.2 | 81.94 | - |
| YUV | 119.53 | 193.73 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 236 | 0.64 | 0.51 | 0 | 0.07 | 227.76 | 0.8 | 0.63 |
| Hex | 54 | 73 | EC | 40 | 33 | 0 | 7 | E4 | 50 | 3F |
| Octal | 124 | 163 | 354 | 100 | 63 | 0 | 7 | 344 | 120 | 77 |
| Binary | 1010100 | 1110011 | 11101100 | 1000000 | 110011 | 0 | 111 | 11100100 | 1010000 | 111111 |
Color Harmonies of #5473EC
Complementary color
Monochromatic Colors of #5473EC
Black with #5473EC
Text Example
Text Example
White with #5473EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5473EC; }
p { color: rgb(84,115,236); }
H1.HeaderClassName
{
color: #5473EC;
}
.AnyTagClassName
{
color: #5473EC;
}
</style>
background-color css
<style>
a { background-color: #5473EC; }
a { background-color: rgb(84,115,236); }
div.DivClassName
{
background-color: #5473EC;
}
.BgClassName
{
background-color: #5473EC;
}
</style>
border-color css
<style>
span { border-color: #5473EC; }
span { border-color: rgb(84,115,236); }
td.TdClassName
{
border-color: #5473EC;
}
.TagClassName
{
border-color: #5473EC;
}
</style>