Shades of Royal Blue #5473E0
Tints of Royal Blue #5473E0
RGB
CMYK
RGB Variations
Color information
#5473E0 (or 0x5473E0) is known color: Royal Blue. HEX triplet: 54, 73 and E0. RGB value is (84,115,224). Sum of RGB (Red+Green+Blue) = 84+115+224=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #5473E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5473E0 is #AB8C1F. Grayscale: #757575. Windows color (decimal): -11242528 or 14709588. OLE color: 14709588.
HSL color Cylindrical-coordinate representation of color #5473E0: hue angle of 226.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5473E0 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 115 | 224 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.12 |
| HSL | 226.71º | 0.69% | 0.6% | - |
| HSV(B) | 226.71º | 0.63% | 0.88% | - |
| XYZ | 23.24 | 19.53 | 73.07 | - |
| YUV | 118.16 | 187.73 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 224 | 0.62 | 0.49 | 0 | 0.12 | 226.71 | 0.69 | 0.6 |
| Hex | 54 | 73 | E0 | 3E | 31 | 0 | C | E3 | 45 | 3C |
| Octal | 124 | 163 | 340 | 76 | 61 | 0 | 14 | 343 | 105 | 74 |
| Binary | 1010100 | 1110011 | 11100000 | 111110 | 110001 | 0 | 1100 | 11100011 | 1000101 | 111100 |
Color Harmonies of #5473E0
Complementary color
Monochromatic Colors of #5473E0
Black with #5473E0
Text Example
Text Example
White with #5473E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5473E0; }
p { color: rgb(84,115,224); }
H1.HeaderClassName
{
color: #5473E0;
}
.AnyTagClassName
{
color: #5473E0;
}
</style>
background-color css
<style>
a { background-color: #5473E0; }
a { background-color: rgb(84,115,224); }
div.DivClassName
{
background-color: #5473E0;
}
.BgClassName
{
background-color: #5473E0;
}
</style>
border-color css
<style>
span { border-color: #5473E0; }
span { border-color: rgb(84,115,224); }
td.TdClassName
{
border-color: #5473E0;
}
.TagClassName
{
border-color: #5473E0;
}
</style>