Shades of Royal Blue #5476EF
Tints of Royal Blue #5476EF
RGB
CMYK
RGB Variations
Color information
#5476EF (or 0x5476EF) is known color: Royal Blue. HEX triplet: 54, 76 and EF. RGB value is (84,118,239). Sum of RGB (Red+Green+Blue) = 84+118+239=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #5476EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5476EF is #AB8910. Grayscale: #797979. Windows color (decimal): -11241745 or 15693396. OLE color: 15693396.
HSL color Cylindrical-coordinate representation of color #5476EF: hue angle of 226.84º 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 #5476EF is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 118 | 239 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.06 |
| HSL | 226.84º | 0.83% | 0.63% | - |
| HSV(B) | 226.84º | 0.65% | 0.94% | - |
| XYZ | 25.71 | 21.07 | 84.37 | - |
| YUV | 121.63 | 194.24 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 239 | 0.65 | 0.51 | 0 | 0.06 | 226.84 | 0.83 | 0.63 |
| Hex | 54 | 76 | EF | 41 | 33 | 0 | 6 | E3 | 53 | 3F |
| Octal | 124 | 166 | 357 | 101 | 63 | 0 | 6 | 343 | 123 | 77 |
| Binary | 1010100 | 1110110 | 11101111 | 1000001 | 110011 | 0 | 110 | 11100011 | 1010011 | 111111 |
Color Harmonies of #5476EF
Complementary color
Monochromatic Colors of #5476EF
Black with #5476EF
Text Example
Text Example
White with #5476EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5476EF; }
p { color: rgb(84,118,239); }
H1.HeaderClassName
{
color: #5476EF;
}
.AnyTagClassName
{
color: #5476EF;
}
</style>
background-color css
<style>
a { background-color: #5476EF; }
a { background-color: rgb(84,118,239); }
div.DivClassName
{
background-color: #5476EF;
}
.BgClassName
{
background-color: #5476EF;
}
</style>
border-color css
<style>
span { border-color: #5476EF; }
span { border-color: rgb(84,118,239); }
td.TdClassName
{
border-color: #5476EF;
}
.TagClassName
{
border-color: #5476EF;
}
</style>