Shades of Royal Blue #5473FA
Tints of Royal Blue #5473FA
RGB
CMYK
RGB Variations
Color information
#5473FA (or 0x5473FA) is known color: Royal Blue. HEX triplet: 54, 73 and FA. RGB value is (84,115,250). Sum of RGB (Red+Green+Blue) = 84+115+250=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #5473FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5473FA is #AB8C05. Grayscale: #787878. Windows color (decimal): -11242502 or 16413524. OLE color: 16413524.
HSL color Cylindrical-coordinate representation of color #5473FA: hue angle of 228.8º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5473FA is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 115 | 250 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.02 |
| HSL | 228.8º | 0.94% | 0.65% | - |
| HSV(B) | 228.8º | 0.66% | 0.98% | - |
| XYZ | 27.04 | 21.05 | 93.08 | - |
| YUV | 121.12 | 200.73 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 250 | 0.66 | 0.54 | 0 | 0.02 | 228.8 | 0.94 | 0.65 |
| Hex | 54 | 73 | FA | 42 | 36 | 0 | 2 | E5 | 5E | 41 |
| Octal | 124 | 163 | 372 | 102 | 66 | 0 | 2 | 345 | 136 | 101 |
| Binary | 1010100 | 1110011 | 11111010 | 1000010 | 110110 | 0 | 10 | 11100101 | 1011110 | 1000001 |
Color Harmonies of #5473FA
Complementary color
Monochromatic Colors of #5473FA
Black with #5473FA
Text Example
Text Example
White with #5473FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5473FA; }
p { color: rgb(84,115,250); }
H1.HeaderClassName
{
color: #5473FA;
}
.AnyTagClassName
{
color: #5473FA;
}
</style>
background-color css
<style>
a { background-color: #5473FA; }
a { background-color: rgb(84,115,250); }
div.DivClassName
{
background-color: #5473FA;
}
.BgClassName
{
background-color: #5473FA;
}
</style>
border-color css
<style>
span { border-color: #5473FA; }
span { border-color: rgb(84,115,250); }
td.TdClassName
{
border-color: #5473FA;
}
.TagClassName
{
border-color: #5473FA;
}
</style>