Shades of Royal Blue #5474ED
Tints of Royal Blue #5474ED
RGB
CMYK
RGB Variations
Color information
#5474ED (or 0x5474ED) is known color: Royal Blue. HEX triplet: 54, 74 and ED. RGB value is (84,116,237). Sum of RGB (Red+Green+Blue) = 84+116+237=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #5474ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5474ED is #AB8B12. Grayscale: #777777. Windows color (decimal): -11242259 or 15561812. OLE color: 15561812.
HSL color Cylindrical-coordinate representation of color #5474ED: hue angle of 227.45º 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 #5474ED is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 116 | 237 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.07 |
| HSL | 227.45º | 0.81% | 0.63% | - |
| HSV(B) | 227.45º | 0.65% | 0.93% | - |
| XYZ | 25.19 | 20.49 | 82.75 | - |
| YUV | 120.23 | 193.9 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 237 | 0.65 | 0.51 | 0 | 0.07 | 227.45 | 0.81 | 0.63 |
| Hex | 54 | 74 | ED | 41 | 33 | 0 | 7 | E3 | 51 | 3F |
| Octal | 124 | 164 | 355 | 101 | 63 | 0 | 7 | 343 | 121 | 77 |
| Binary | 1010100 | 1110100 | 11101101 | 1000001 | 110011 | 0 | 111 | 11100011 | 1010001 | 111111 |
Color Harmonies of #5474ED
Complementary color
Monochromatic Colors of #5474ED
Black with #5474ED
Text Example
Text Example
White with #5474ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5474ED; }
p { color: rgb(84,116,237); }
H1.HeaderClassName
{
color: #5474ED;
}
.AnyTagClassName
{
color: #5474ED;
}
</style>
background-color css
<style>
a { background-color: #5474ED; }
a { background-color: rgb(84,116,237); }
div.DivClassName
{
background-color: #5474ED;
}
.BgClassName
{
background-color: #5474ED;
}
</style>
border-color css
<style>
span { border-color: #5474ED; }
span { border-color: rgb(84,116,237); }
td.TdClassName
{
border-color: #5474ED;
}
.TagClassName
{
border-color: #5474ED;
}
</style>