Shades of Royal Blue #5473FC
Tints of Royal Blue #5473FC
RGB
CMYK
RGB Variations
Color information
#5473FC (or 0x5473FC) is known color: Royal Blue. HEX triplet: 54, 73 and FC. RGB value is (84,115,252). Sum of RGB (Red+Green+Blue) = 84+115+252=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #5473FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5473FC is #AB8C03. Grayscale: #787878. Windows color (decimal): -11242500 or 16544596. OLE color: 16544596.
HSL color Cylindrical-coordinate representation of color #5473FC: hue angle of 228.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5473FC is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 115 | 252 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.01 |
| HSL | 228.93º | 0.97% | 0.66% | - |
| HSV(B) | 228.93º | 0.67% | 0.99% | - |
| XYZ | 27.36 | 21.17 | 94.74 | - |
| YUV | 121.35 | 201.73 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 252 | 0.67 | 0.54 | 0 | 0.01 | 228.93 | 0.97 | 0.66 |
| Hex | 54 | 73 | FC | 43 | 36 | 0 | 1 | E5 | 61 | 42 |
| Octal | 124 | 163 | 374 | 103 | 66 | 0 | 1 | 345 | 141 | 102 |
| Binary | 1010100 | 1110011 | 11111100 | 1000011 | 110110 | 0 | 1 | 11100101 | 1100001 | 1000010 |
Color Harmonies of #5473FC
Complementary color
Monochromatic Colors of #5473FC
Black with #5473FC
Text Example
Text Example
White with #5473FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5473FC; }
p { color: rgb(84,115,252); }
H1.HeaderClassName
{
color: #5473FC;
}
.AnyTagClassName
{
color: #5473FC;
}
</style>
background-color css
<style>
a { background-color: #5473FC; }
a { background-color: rgb(84,115,252); }
div.DivClassName
{
background-color: #5473FC;
}
.BgClassName
{
background-color: #5473FC;
}
</style>
border-color css
<style>
span { border-color: #5473FC; }
span { border-color: rgb(84,115,252); }
td.TdClassName
{
border-color: #5473FC;
}
.TagClassName
{
border-color: #5473FC;
}
</style>