Shades of Royal Blue #5473F4
Tints of Royal Blue #5473F4
RGB
CMYK
RGB Variations
Color information
#5473F4 (or 0x5473F4) is known color: Royal Blue. HEX triplet: 54, 73 and F4. RGB value is (84,115,244). Sum of RGB (Red+Green+Blue) = 84+115+244=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 244 (95.70% from 255 or 55.08% from 443); Max value from RGB is 244 - color contains mainly: blue. Hex color #5473F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5473F4 is #AB8C0B. Grayscale: #777777. Windows color (decimal): -11242508 or 16020308. OLE color: 16020308.
HSL color Cylindrical-coordinate representation of color #5473F4: hue angle of 228.38º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5473F4 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 115 | 244 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.04 |
| HSL | 228.38º | 0.88% | 0.64% | - |
| HSV(B) | 228.38º | 0.66% | 0.96% | - |
| XYZ | 26.12 | 20.68 | 88.2 | - |
| YUV | 120.44 | 197.73 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 244 | 0.66 | 0.53 | 0 | 0.04 | 228.38 | 0.88 | 0.64 |
| Hex | 54 | 73 | F4 | 42 | 35 | 0 | 4 | E4 | 58 | 40 |
| Octal | 124 | 163 | 364 | 102 | 65 | 0 | 4 | 344 | 130 | 100 |
| Binary | 1010100 | 1110011 | 11110100 | 1000010 | 110101 | 0 | 100 | 11100100 | 1011000 | 1000000 |
Color Harmonies of #5473F4
Complementary color
Monochromatic Colors of #5473F4
Black with #5473F4
Text Example
Text Example
White with #5473F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5473F4; }
p { color: rgb(84,115,244); }
H1.HeaderClassName
{
color: #5473F4;
}
.AnyTagClassName
{
color: #5473F4;
}
</style>
background-color css
<style>
a { background-color: #5473F4; }
a { background-color: rgb(84,115,244); }
div.DivClassName
{
background-color: #5473F4;
}
.BgClassName
{
background-color: #5473F4;
}
</style>
border-color css
<style>
span { border-color: #5473F4; }
span { border-color: rgb(84,115,244); }
td.TdClassName
{
border-color: #5473F4;
}
.TagClassName
{
border-color: #5473F4;
}
</style>