Shades of Royal Blue #545EE1
Tints of Royal Blue #545EE1
RGB
CMYK
RGB Variations
Color information
#545EE1 (or 0x545EE1) is known color: Royal Blue. HEX triplet: 54, 5E and E1. RGB value is (84,94,225). Sum of RGB (Red+Green+Blue) = 84+94+225=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #545EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EE1 is #ABA11E. Grayscale: #696969. Windows color (decimal): -11247903 or 14769748. OLE color: 14769748.
HSL color Cylindrical-coordinate representation of color #545EE1: hue angle of 235.74º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545EE1 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 94 | 225 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.12 |
| HSL | 235.74º | 0.7% | 0.61% | - |
| HSV(B) | 235.74º | 0.63% | 0.88% | - |
| XYZ | 21.25 | 15.33 | 73.07 | - |
| YUV | 105.94 | 195.19 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 225 | 0.63 | 0.58 | 0 | 0.12 | 235.74 | 0.7 | 0.61 |
| Hex | 54 | 5E | E1 | 3F | 3A | 0 | C | EC | 46 | 3D |
| Octal | 124 | 136 | 341 | 77 | 72 | 0 | 14 | 354 | 106 | 75 |
| Binary | 1010100 | 1011110 | 11100001 | 111111 | 111010 | 0 | 1100 | 11101100 | 1000110 | 111101 |
Color Harmonies of #545EE1
Complementary color
Monochromatic Colors of #545EE1
Black with #545EE1
Text Example
Text Example
White with #545EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EE1; }
p { color: rgb(84,94,225); }
H1.HeaderClassName
{
color: #545EE1;
}
.AnyTagClassName
{
color: #545EE1;
}
</style>
background-color css
<style>
a { background-color: #545EE1; }
a { background-color: rgb(84,94,225); }
div.DivClassName
{
background-color: #545EE1;
}
.BgClassName
{
background-color: #545EE1;
}
</style>
border-color css
<style>
span { border-color: #545EE1; }
span { border-color: rgb(84,94,225); }
td.TdClassName
{
border-color: #545EE1;
}
.TagClassName
{
border-color: #545EE1;
}
</style>