Shades of Royal Blue #545EE9
Tints of Royal Blue #545EE9
RGB
CMYK
RGB Variations
Color information
#545EE9 (or 0x545EE9) is known color: Royal Blue. HEX triplet: 54, 5E and E9. RGB value is (84,94,233). Sum of RGB (Red+Green+Blue) = 84+94+233=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 233 (91.41% from 255 or 56.69% from 411); Max value from RGB is 233 - color contains mainly: blue. Hex color #545EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545EE9 is #ABA116. Grayscale: #6A6A6A. Windows color (decimal): -11247895 or 15294036. OLE color: 15294036.
HSL color Cylindrical-coordinate representation of color #545EE9: hue angle of 235.97º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #545EE9 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 94 | 233 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.09 |
| HSL | 235.97º | 0.77% | 0.62% | - |
| HSV(B) | 235.97º | 0.64% | 0.91% | - |
| XYZ | 22.37 | 15.77 | 78.96 | - |
| YUV | 106.86 | 199.19 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 233 | 0.64 | 0.60 | 0 | 0.09 | 235.97 | 0.77 | 0.62 |
| Hex | 54 | 5E | E9 | 40 | 3C | 0 | 9 | EC | 4D | 3E |
| Octal | 124 | 136 | 351 | 100 | 74 | 0 | 11 | 354 | 115 | 76 |
| Binary | 1010100 | 1011110 | 11101001 | 1000000 | 111100 | 0 | 1001 | 11101100 | 1001101 | 111110 |
Color Harmonies of #545EE9
Complementary color
Monochromatic Colors of #545EE9
Black with #545EE9
Text Example
Text Example
White with #545EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EE9; }
p { color: rgb(84,94,233); }
H1.HeaderClassName
{
color: #545EE9;
}
.AnyTagClassName
{
color: #545EE9;
}
</style>
background-color css
<style>
a { background-color: #545EE9; }
a { background-color: rgb(84,94,233); }
div.DivClassName
{
background-color: #545EE9;
}
.BgClassName
{
background-color: #545EE9;
}
</style>
border-color css
<style>
span { border-color: #545EE9; }
span { border-color: rgb(84,94,233); }
td.TdClassName
{
border-color: #545EE9;
}
.TagClassName
{
border-color: #545EE9;
}
</style>