Shades of Royal Blue #5471FA
Tints of Royal Blue #5471FA
RGB
CMYK
RGB Variations
Color information
#5471FA (or 0x5471FA) is known color: Royal Blue. HEX triplet: 54, 71 and FA. RGB value is (84,113,250). Sum of RGB (Red+Green+Blue) = 84+113+250=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #5471FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5471FA is #AB8E05. Grayscale: #777777. Windows color (decimal): -11243014 or 16413012. OLE color: 16413012.
HSL color Cylindrical-coordinate representation of color #5471FA: hue angle of 229.52º 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 #5471FA is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 113 | 250 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.02 |
| HSL | 229.52º | 0.94% | 0.65% | - |
| HSV(B) | 229.52º | 0.66% | 0.98% | - |
| XYZ | 26.82 | 20.6 | 93 | - |
| YUV | 119.95 | 201.39 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 250 | 0.66 | 0.55 | 0 | 0.02 | 229.52 | 0.94 | 0.65 |
| Hex | 54 | 71 | FA | 42 | 37 | 0 | 2 | E6 | 5E | 41 |
| Octal | 124 | 161 | 372 | 102 | 67 | 0 | 2 | 346 | 136 | 101 |
| Binary | 1010100 | 1110001 | 11111010 | 1000010 | 110111 | 0 | 10 | 11100110 | 1011110 | 1000001 |
Color Harmonies of #5471FA
Complementary color
Monochromatic Colors of #5471FA
Black with #5471FA
Text Example
Text Example
White with #5471FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5471FA; }
p { color: rgb(84,113,250); }
H1.HeaderClassName
{
color: #5471FA;
}
.AnyTagClassName
{
color: #5471FA;
}
</style>
background-color css
<style>
a { background-color: #5471FA; }
a { background-color: rgb(84,113,250); }
div.DivClassName
{
background-color: #5471FA;
}
.BgClassName
{
background-color: #5471FA;
}
</style>
border-color css
<style>
span { border-color: #5471FA; }
span { border-color: rgb(84,113,250); }
td.TdClassName
{
border-color: #5471FA;
}
.TagClassName
{
border-color: #5471FA;
}
</style>