Shades of Royal Blue #5471EF
Tints of Royal Blue #5471EF
RGB
CMYK
RGB Variations
Color information
#5471EF (or 0x5471EF) is known color: Royal Blue. HEX triplet: 54, 71 and EF. RGB value is (84,113,239). Sum of RGB (Red+Green+Blue) = 84+113+239=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #5471EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5471EF is #AB8E10. Grayscale: #767676. Windows color (decimal): -11243025 or 15692116. OLE color: 15692116.
HSL color Cylindrical-coordinate representation of color #5471EF: hue angle of 228.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5471EF is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 113 | 239 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.06 |
| HSL | 228.77º | 0.83% | 0.63% | - |
| HSV(B) | 228.77º | 0.65% | 0.94% | - |
| XYZ | 25.14 | 19.93 | 84.18 | - |
| YUV | 118.69 | 195.89 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 239 | 0.65 | 0.53 | 0 | 0.06 | 228.77 | 0.83 | 0.63 |
| Hex | 54 | 71 | EF | 41 | 35 | 0 | 6 | E5 | 53 | 3F |
| Octal | 124 | 161 | 357 | 101 | 65 | 0 | 6 | 345 | 123 | 77 |
| Binary | 1010100 | 1110001 | 11101111 | 1000001 | 110101 | 0 | 110 | 11100101 | 1010011 | 111111 |
Color Harmonies of #5471EF
Complementary color
Monochromatic Colors of #5471EF
Black with #5471EF
Text Example
Text Example
White with #5471EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5471EF; }
p { color: rgb(84,113,239); }
H1.HeaderClassName
{
color: #5471EF;
}
.AnyTagClassName
{
color: #5471EF;
}
</style>
background-color css
<style>
a { background-color: #5471EF; }
a { background-color: rgb(84,113,239); }
div.DivClassName
{
background-color: #5471EF;
}
.BgClassName
{
background-color: #5471EF;
}
</style>
border-color css
<style>
span { border-color: #5471EF; }
span { border-color: rgb(84,113,239); }
td.TdClassName
{
border-color: #5471EF;
}
.TagClassName
{
border-color: #5471EF;
}
</style>