Shades of Royal Blue #5479EE
Tints of Royal Blue #5479EE
RGB
CMYK
RGB Variations
Color information
#5479EE (or 0x5479EE) is known color: Royal Blue. HEX triplet: 54, 79 and EE. RGB value is (84,121,238). Sum of RGB (Red+Green+Blue) = 84+121+238=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #5479EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5479EE is #AB8611. Grayscale: #7A7A7A. Windows color (decimal): -11240978 or 15628628. OLE color: 15628628.
HSL color Cylindrical-coordinate representation of color #5479EE: hue angle of 225.58º degrees, saturation: 0.82, 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 #5479EE is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 121 | 238 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.07 |
| HSL | 225.58º | 0.82% | 0.63% | - |
| HSV(B) | 225.58º | 0.65% | 0.93% | - |
| XYZ | 25.93 | 21.73 | 83.72 | - |
| YUV | 123.28 | 192.74 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 121 | 238 | 0.65 | 0.49 | 0 | 0.07 | 225.58 | 0.82 | 0.63 |
| Hex | 54 | 79 | EE | 41 | 31 | 0 | 7 | E2 | 52 | 3F |
| Octal | 124 | 171 | 356 | 101 | 61 | 0 | 7 | 342 | 122 | 77 |
| Binary | 1010100 | 1111001 | 11101110 | 1000001 | 110001 | 0 | 111 | 11100010 | 1010010 | 111111 |
Color Harmonies of #5479EE
Complementary color
Monochromatic Colors of #5479EE
Black with #5479EE
Text Example
Text Example
White with #5479EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5479EE; }
p { color: rgb(84,121,238); }
H1.HeaderClassName
{
color: #5479EE;
}
.AnyTagClassName
{
color: #5479EE;
}
</style>
background-color css
<style>
a { background-color: #5479EE; }
a { background-color: rgb(84,121,238); }
div.DivClassName
{
background-color: #5479EE;
}
.BgClassName
{
background-color: #5479EE;
}
</style>
border-color css
<style>
span { border-color: #5479EE; }
span { border-color: rgb(84,121,238); }
td.TdClassName
{
border-color: #5479EE;
}
.TagClassName
{
border-color: #5479EE;
}
</style>