Shades of Royal Blue #5474E5
Tints of Royal Blue #5474E5
RGB
CMYK
RGB Variations
Color information
#5474E5 (or 0x5474E5) is known color: Royal Blue. HEX triplet: 54, 74 and E5. RGB value is (84,116,229). Sum of RGB (Red+Green+Blue) = 84+116+229=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 229 (89.84% from 255 or 53.38% from 429); Max value from RGB is 229 - color contains mainly: blue. Hex color #5474E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474E5 is #AB8B1A. Grayscale: #767676. Windows color (decimal): -11242267 or 15037524. OLE color: 15037524.
HSL color Cylindrical-coordinate representation of color #5474E5: hue angle of 226.76º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5474E5 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 116 | 229 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.10 |
| HSL | 226.76º | 0.74% | 0.61% | - |
| HSV(B) | 226.76º | 0.63% | 0.9% | - |
| XYZ | 24.04 | 20.03 | 76.73 | - |
| YUV | 119.31 | 189.9 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 229 | 0.63 | 0.49 | 0 | 0.10 | 226.76 | 0.74 | 0.61 |
| Hex | 54 | 74 | E5 | 3F | 31 | 0 | A | E3 | 4A | 3D |
| Octal | 124 | 164 | 345 | 77 | 61 | 0 | 12 | 343 | 112 | 75 |
| Binary | 1010100 | 1110100 | 11100101 | 111111 | 110001 | 0 | 1010 | 11100011 | 1001010 | 111101 |
Color Harmonies of #5474E5
Complementary color
Monochromatic Colors of #5474E5
Black with #5474E5
Text Example
Text Example
White with #5474E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5474E5; }
p { color: rgb(84,116,229); }
H1.HeaderClassName
{
color: #5474E5;
}
.AnyTagClassName
{
color: #5474E5;
}
</style>
background-color css
<style>
a { background-color: #5474E5; }
a { background-color: rgb(84,116,229); }
div.DivClassName
{
background-color: #5474E5;
}
.BgClassName
{
background-color: #5474E5;
}
</style>
border-color css
<style>
span { border-color: #5474E5; }
span { border-color: rgb(84,116,229); }
td.TdClassName
{
border-color: #5474E5;
}
.TagClassName
{
border-color: #5474E5;
}
</style>