Shades of Royal Blue #5471ED
Tints of Royal Blue #5471ED
RGB
CMYK
RGB Variations
Color information
#5471ED (or 0x5471ED) is known color: Royal Blue. HEX triplet: 54, 71 and ED. RGB value is (84,113,237). Sum of RGB (Red+Green+Blue) = 84+113+237=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #5471ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5471ED is #AB8E12. Grayscale: #757575. Windows color (decimal): -11243027 or 15561044. OLE color: 15561044.
HSL color Cylindrical-coordinate representation of color #5471ED: hue angle of 228.63º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5471ED is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 113 | 237 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.07 |
| HSL | 228.63º | 0.81% | 0.63% | - |
| HSV(B) | 228.63º | 0.65% | 0.93% | - |
| XYZ | 24.85 | 19.81 | 82.63 | - |
| YUV | 118.47 | 194.89 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 237 | 0.65 | 0.52 | 0 | 0.07 | 228.63 | 0.81 | 0.63 |
| Hex | 54 | 71 | ED | 41 | 34 | 0 | 7 | E5 | 51 | 3F |
| Octal | 124 | 161 | 355 | 101 | 64 | 0 | 7 | 345 | 121 | 77 |
| Binary | 1010100 | 1110001 | 11101101 | 1000001 | 110100 | 0 | 111 | 11100101 | 1010001 | 111111 |
Color Harmonies of #5471ED
Complementary color
Monochromatic Colors of #5471ED
Black with #5471ED
Text Example
Text Example
White with #5471ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5471ED; }
p { color: rgb(84,113,237); }
H1.HeaderClassName
{
color: #5471ED;
}
.AnyTagClassName
{
color: #5471ED;
}
</style>
background-color css
<style>
a { background-color: #5471ED; }
a { background-color: rgb(84,113,237); }
div.DivClassName
{
background-color: #5471ED;
}
.BgClassName
{
background-color: #5471ED;
}
</style>
border-color css
<style>
span { border-color: #5471ED; }
span { border-color: rgb(84,113,237); }
td.TdClassName
{
border-color: #5471ED;
}
.TagClassName
{
border-color: #5471ED;
}
</style>