Shades of Royal Blue #545ED9
Tints of Royal Blue #545ED9
RGB
CMYK
RGB Variations
Color information
#545ED9 (or 0x545ED9) is known color: Royal Blue. HEX triplet: 54, 5E and D9. RGB value is (84,94,217). Sum of RGB (Red+Green+Blue) = 84+94+217=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #545ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ED9 is #ABA126. Grayscale: #686868. Windows color (decimal): -11247911 or 14245460. OLE color: 14245460.
HSL color Cylindrical-coordinate representation of color #545ED9: hue angle of 235.49º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #545ED9 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 94 | 217 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.15 |
| HSL | 235.49º | 0.64% | 0.59% | - |
| HSV(B) | 235.49º | 0.61% | 0.85% | - |
| XYZ | 20.18 | 14.9 | 67.46 | - |
| YUV | 105.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 217 | 0.61 | 0.57 | 0 | 0.15 | 235.49 | 0.64 | 0.59 |
| Hex | 54 | 5E | D9 | 3D | 39 | 0 | F | EB | 40 | 3B |
| Octal | 124 | 136 | 331 | 75 | 71 | 0 | 17 | 353 | 100 | 73 |
| Binary | 1010100 | 1011110 | 11011001 | 111101 | 111001 | 0 | 1111 | 11101011 | 1000000 | 111011 |
Color Harmonies of #545ED9
Complementary color
Monochromatic Colors of #545ED9
Black with #545ED9
Text Example
Text Example
White with #545ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545ED9; }
p { color: rgb(84,94,217); }
H1.HeaderClassName
{
color: #545ED9;
}
.AnyTagClassName
{
color: #545ED9;
}
</style>
background-color css
<style>
a { background-color: #545ED9; }
a { background-color: rgb(84,94,217); }
div.DivClassName
{
background-color: #545ED9;
}
.BgClassName
{
background-color: #545ED9;
}
</style>
border-color css
<style>
span { border-color: #545ED9; }
span { border-color: rgb(84,94,217); }
td.TdClassName
{
border-color: #545ED9;
}
.TagClassName
{
border-color: #545ED9;
}
</style>