Shades of Royal Blue #5479EA
Tints of Royal Blue #5479EA
RGB
CMYK
RGB Variations
Color information
#5479EA (or 0x5479EA) is known color: Royal Blue. HEX triplet: 54, 79 and EA. RGB value is (84,121,234). Sum of RGB (Red+Green+Blue) = 84+121+234=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #5479EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5479EA is #AB8615. Grayscale: #7A7A7A. Windows color (decimal): -11240982 or 15366484. OLE color: 15366484.
HSL color Cylindrical-coordinate representation of color #5479EA: hue angle of 225.2º 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 #5479EA is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 121 | 234 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.08 |
| HSL | 225.2º | 0.78% | 0.62% | - |
| HSV(B) | 225.2º | 0.64% | 0.92% | - |
| XYZ | 25.34 | 21.5 | 80.66 | - |
| YUV | 122.82 | 190.74 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 121 | 234 | 0.64 | 0.48 | 0 | 0.08 | 225.2 | 0.78 | 0.62 |
| Hex | 54 | 79 | EA | 40 | 30 | 0 | 8 | E1 | 4E | 3E |
| Octal | 124 | 171 | 352 | 100 | 60 | 0 | 10 | 341 | 116 | 76 |
| Binary | 1010100 | 1111001 | 11101010 | 1000000 | 110000 | 0 | 1000 | 11100001 | 1001110 | 111110 |
Color Harmonies of #5479EA
Complementary color
Monochromatic Colors of #5479EA
Black with #5479EA
Text Example
Text Example
White with #5479EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5479EA; }
p { color: rgb(84,121,234); }
H1.HeaderClassName
{
color: #5479EA;
}
.AnyTagClassName
{
color: #5479EA;
}
</style>
background-color css
<style>
a { background-color: #5479EA; }
a { background-color: rgb(84,121,234); }
div.DivClassName
{
background-color: #5479EA;
}
.BgClassName
{
background-color: #5479EA;
}
</style>
border-color css
<style>
span { border-color: #5479EA; }
span { border-color: rgb(84,121,234); }
td.TdClassName
{
border-color: #5479EA;
}
.TagClassName
{
border-color: #5479EA;
}
</style>