Shades of Royal Blue #5474EB
Tints of Royal Blue #5474EB
RGB
CMYK
RGB Variations
Color information
#5474EB (or 0x5474EB) is known color: Royal Blue. HEX triplet: 54, 74 and EB. RGB value is (84,116,235). Sum of RGB (Red+Green+Blue) = 84+116+235=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #5474EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5474EB is #AB8B14. Grayscale: #777777. Windows color (decimal): -11242261 or 15430740. OLE color: 15430740.
HSL color Cylindrical-coordinate representation of color #5474EB: hue angle of 227.28º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5474EB is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 116 | 235 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.08 |
| HSL | 227.28º | 0.79% | 0.63% | - |
| HSV(B) | 227.28º | 0.64% | 0.92% | - |
| XYZ | 24.9 | 20.37 | 81.22 | - |
| YUV | 120 | 192.9 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 235 | 0.64 | 0.51 | 0 | 0.08 | 227.28 | 0.79 | 0.63 |
| Hex | 54 | 74 | EB | 40 | 33 | 0 | 8 | E3 | 4F | 3F |
| Octal | 124 | 164 | 353 | 100 | 63 | 0 | 10 | 343 | 117 | 77 |
| Binary | 1010100 | 1110100 | 11101011 | 1000000 | 110011 | 0 | 1000 | 11100011 | 1001111 | 111111 |
Color Harmonies of #5474EB
Complementary color
Monochromatic Colors of #5474EB
Black with #5474EB
Text Example
Text Example
White with #5474EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5474EB; }
p { color: rgb(84,116,235); }
H1.HeaderClassName
{
color: #5474EB;
}
.AnyTagClassName
{
color: #5474EB;
}
</style>
background-color css
<style>
a { background-color: #5474EB; }
a { background-color: rgb(84,116,235); }
div.DivClassName
{
background-color: #5474EB;
}
.BgClassName
{
background-color: #5474EB;
}
</style>
border-color css
<style>
span { border-color: #5474EB; }
span { border-color: rgb(84,116,235); }
td.TdClassName
{
border-color: #5474EB;
}
.TagClassName
{
border-color: #5474EB;
}
</style>