Shades of Royal Blue #5473FE
Tints of Royal Blue #5473FE
RGB
CMYK
RGB Variations
Color information
#5473FE (or 0x5473FE) is known color: Royal Blue. HEX triplet: 54, 73 and FE. RGB value is (84,115,254). Sum of RGB (Red+Green+Blue) = 84+115+254=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #5473FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5473FE is #AB8C01. Grayscale: #787878. Windows color (decimal): -11242498 or 16675668. OLE color: 16675668.
HSL color Cylindrical-coordinate representation of color #5473FE: hue angle of 229.06º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5473FE is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 115 | 254 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.00 |
| HSL | 229.06º | 0.99% | 0.66% | - |
| HSV(B) | 229.06º | 0.67% | 1% | - |
| XYZ | 27.68 | 21.3 | 96.42 | - |
| YUV | 121.58 | 202.73 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 254 | 0.67 | 0.55 | 0 | 0.00 | 229.06 | 0.99 | 0.66 |
| Hex | 54 | 73 | FE | 43 | 37 | 0 | 0 | E5 | 63 | 42 |
| Octal | 124 | 163 | 376 | 103 | 67 | 0 | 0 | 345 | 143 | 102 |
| Binary | 1010100 | 1110011 | 11111110 | 1000011 | 110111 | 0 | 0 | 11100101 | 1100011 | 1000010 |
Color Harmonies of #5473FE
Complementary color
Monochromatic Colors of #5473FE
Black with #5473FE
Text Example
Text Example
White with #5473FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5473FE; }
p { color: rgb(84,115,254); }
H1.HeaderClassName
{
color: #5473FE;
}
.AnyTagClassName
{
color: #5473FE;
}
</style>
background-color css
<style>
a { background-color: #5473FE; }
a { background-color: rgb(84,115,254); }
div.DivClassName
{
background-color: #5473FE;
}
.BgClassName
{
background-color: #5473FE;
}
</style>
border-color css
<style>
span { border-color: #5473FE; }
span { border-color: rgb(84,115,254); }
td.TdClassName
{
border-color: #5473FE;
}
.TagClassName
{
border-color: #5473FE;
}
</style>