Shades of Royal Blue #5479EB
Tints of Royal Blue #5479EB
RGB
CMYK
RGB Variations
Color information
#5479EB (or 0x5479EB) is known color: Royal Blue. HEX triplet: 54, 79 and EB. RGB value is (84,121,235). Sum of RGB (Red+Green+Blue) = 84+121+235=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #5479EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5479EB is #AB8614. Grayscale: #7A7A7A. Windows color (decimal): -11240981 or 15432020. OLE color: 15432020.
HSL color Cylindrical-coordinate representation of color #5479EB: hue angle of 225.3º 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 #5479EB is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 121 | 235 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.08 |
| HSL | 225.3º | 0.79% | 0.63% | - |
| HSV(B) | 225.3º | 0.64% | 0.92% | - |
| XYZ | 25.49 | 21.56 | 81.41 | - |
| YUV | 122.93 | 191.24 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 121 | 235 | 0.64 | 0.49 | 0 | 0.08 | 225.3 | 0.79 | 0.63 |
| Hex | 54 | 79 | EB | 40 | 31 | 0 | 8 | E1 | 4F | 3F |
| Octal | 124 | 171 | 353 | 100 | 61 | 0 | 10 | 341 | 117 | 77 |
| Binary | 1010100 | 1111001 | 11101011 | 1000000 | 110001 | 0 | 1000 | 11100001 | 1001111 | 111111 |
Color Harmonies of #5479EB
Complementary color
Monochromatic Colors of #5479EB
Black with #5479EB
Text Example
Text Example
White with #5479EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5479EB; }
p { color: rgb(84,121,235); }
H1.HeaderClassName
{
color: #5479EB;
}
.AnyTagClassName
{
color: #5479EB;
}
</style>
background-color css
<style>
a { background-color: #5479EB; }
a { background-color: rgb(84,121,235); }
div.DivClassName
{
background-color: #5479EB;
}
.BgClassName
{
background-color: #5479EB;
}
</style>
border-color css
<style>
span { border-color: #5479EB; }
span { border-color: rgb(84,121,235); }
td.TdClassName
{
border-color: #5479EB;
}
.TagClassName
{
border-color: #5479EB;
}
</style>