Shades of Royal Blue #545EDA
Tints of Royal Blue #545EDA
RGB
CMYK
RGB Variations
Color information
#545EDA (or 0x545EDA) is known color: Royal Blue. HEX triplet: 54, 5E and DA. RGB value is (84,94,218). Sum of RGB (Red+Green+Blue) = 84+94+218=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #545EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EDA is #ABA125. Grayscale: #686868. Windows color (decimal): -11247910 or 14310996. OLE color: 14310996.
HSL color Cylindrical-coordinate representation of color #545EDA: hue angle of 235.52º 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 #545EDA is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 94 | 218 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.15 |
| HSL | 235.52º | 0.64% | 0.59% | - |
| HSV(B) | 235.52º | 0.61% | 0.85% | - |
| XYZ | 20.31 | 14.95 | 68.15 | - |
| YUV | 105.15 | 191.69 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 218 | 0.61 | 0.57 | 0 | 0.15 | 235.52 | 0.64 | 0.59 |
| Hex | 54 | 5E | DA | 3D | 39 | 0 | F | EC | 40 | 3B |
| Octal | 124 | 136 | 332 | 75 | 71 | 0 | 17 | 354 | 100 | 73 |
| Binary | 1010100 | 1011110 | 11011010 | 111101 | 111001 | 0 | 1111 | 11101100 | 1000000 | 111011 |
Color Harmonies of #545EDA
Complementary color
Monochromatic Colors of #545EDA
Black with #545EDA
Text Example
Text Example
White with #545EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EDA; }
p { color: rgb(84,94,218); }
H1.HeaderClassName
{
color: #545EDA;
}
.AnyTagClassName
{
color: #545EDA;
}
</style>
background-color css
<style>
a { background-color: #545EDA; }
a { background-color: rgb(84,94,218); }
div.DivClassName
{
background-color: #545EDA;
}
.BgClassName
{
background-color: #545EDA;
}
</style>
border-color css
<style>
span { border-color: #545EDA; }
span { border-color: rgb(84,94,218); }
td.TdClassName
{
border-color: #545EDA;
}
.TagClassName
{
border-color: #545EDA;
}
</style>