Shades of Royal Blue #5478EA
Tints of Royal Blue #5478EA
RGB
CMYK
RGB Variations
Color information
#5478EA (or 0x5478EA) is known color: Royal Blue. HEX triplet: 54, 78 and EA. RGB value is (84,120,234). Sum of RGB (Red+Green+Blue) = 84+120+234=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #5478EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5478EA is #AB8715. Grayscale: #797979. Windows color (decimal): -11241238 or 15366228. OLE color: 15366228.
HSL color Cylindrical-coordinate representation of color #5478EA: hue angle of 225.6º 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 #5478EA is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 120 | 234 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.08 |
| HSL | 225.6º | 0.78% | 0.62% | - |
| HSV(B) | 225.6º | 0.64% | 0.92% | - |
| XYZ | 25.22 | 21.26 | 80.62 | - |
| YUV | 122.23 | 191.07 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 234 | 0.64 | 0.49 | 0 | 0.08 | 225.6 | 0.78 | 0.62 |
| Hex | 54 | 78 | EA | 40 | 31 | 0 | 8 | E2 | 4E | 3E |
| Octal | 124 | 170 | 352 | 100 | 61 | 0 | 10 | 342 | 116 | 76 |
| Binary | 1010100 | 1111000 | 11101010 | 1000000 | 110001 | 0 | 1000 | 11100010 | 1001110 | 111110 |
Color Harmonies of #5478EA
Complementary color
Monochromatic Colors of #5478EA
Black with #5478EA
Text Example
Text Example
White with #5478EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5478EA; }
p { color: rgb(84,120,234); }
H1.HeaderClassName
{
color: #5478EA;
}
.AnyTagClassName
{
color: #5478EA;
}
</style>
background-color css
<style>
a { background-color: #5478EA; }
a { background-color: rgb(84,120,234); }
div.DivClassName
{
background-color: #5478EA;
}
.BgClassName
{
background-color: #5478EA;
}
</style>
border-color css
<style>
span { border-color: #5478EA; }
span { border-color: rgb(84,120,234); }
td.TdClassName
{
border-color: #5478EA;
}
.TagClassName
{
border-color: #5478EA;
}
</style>