Shades of Royal Blue #5476EA
Tints of Royal Blue #5476EA
RGB
CMYK
RGB Variations
Color information
#5476EA (or 0x5476EA) is known color: Royal Blue. HEX triplet: 54, 76 and EA. RGB value is (84,118,234). Sum of RGB (Red+Green+Blue) = 84+118+234=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #5476EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5476EA is #AB8915. Grayscale: #787878. Windows color (decimal): -11241750 or 15365716. OLE color: 15365716.
HSL color Cylindrical-coordinate representation of color #5476EA: hue angle of 226.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5476EA is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 118 | 234 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.08 |
| HSL | 226.4º | 0.78% | 0.62% | - |
| HSV(B) | 226.4º | 0.64% | 0.92% | - |
| XYZ | 24.99 | 20.78 | 80.54 | - |
| YUV | 121.06 | 191.74 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 234 | 0.64 | 0.50 | 0 | 0.08 | 226.4 | 0.78 | 0.62 |
| Hex | 54 | 76 | EA | 40 | 32 | 0 | 8 | E2 | 4E | 3E |
| Octal | 124 | 166 | 352 | 100 | 62 | 0 | 10 | 342 | 116 | 76 |
| Binary | 1010100 | 1110110 | 11101010 | 1000000 | 110010 | 0 | 1000 | 11100010 | 1001110 | 111110 |
Color Harmonies of #5476EA
Complementary color
Monochromatic Colors of #5476EA
Black with #5476EA
Text Example
Text Example
White with #5476EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5476EA; }
p { color: rgb(84,118,234); }
H1.HeaderClassName
{
color: #5476EA;
}
.AnyTagClassName
{
color: #5476EA;
}
</style>
background-color css
<style>
a { background-color: #5476EA; }
a { background-color: rgb(84,118,234); }
div.DivClassName
{
background-color: #5476EA;
}
.BgClassName
{
background-color: #5476EA;
}
</style>
border-color css
<style>
span { border-color: #5476EA; }
span { border-color: rgb(84,118,234); }
td.TdClassName
{
border-color: #5476EA;
}
.TagClassName
{
border-color: #5476EA;
}
</style>