Shades of Royal Blue #545EDE
Tints of Royal Blue #545EDE
RGB
CMYK
RGB Variations
Color information
#545EDE (or 0x545EDE) is known color: Royal Blue. HEX triplet: 54, 5E and DE. RGB value is (84,94,222). Sum of RGB (Red+Green+Blue) = 84+94+222=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #545EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EDE is #ABA121. Grayscale: #696969. Windows color (decimal): -11247906 or 14573140. OLE color: 14573140.
HSL color Cylindrical-coordinate representation of color #545EDE: hue angle of 235.65º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545EDE is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 94 | 222 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.13 |
| HSL | 235.65º | 0.68% | 0.6% | - |
| HSV(B) | 235.65º | 0.62% | 0.87% | - |
| XYZ | 20.84 | 15.16 | 70.94 | - |
| YUV | 105.6 | 193.69 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 222 | 0.62 | 0.58 | 0 | 0.13 | 235.65 | 0.68 | 0.6 |
| Hex | 54 | 5E | DE | 3E | 3A | 0 | D | EC | 44 | 3C |
| Octal | 124 | 136 | 336 | 76 | 72 | 0 | 15 | 354 | 104 | 74 |
| Binary | 1010100 | 1011110 | 11011110 | 111110 | 111010 | 0 | 1101 | 11101100 | 1000100 | 111100 |
Color Harmonies of #545EDE
Complementary color
Monochromatic Colors of #545EDE
Black with #545EDE
Text Example
Text Example
White with #545EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EDE; }
p { color: rgb(84,94,222); }
H1.HeaderClassName
{
color: #545EDE;
}
.AnyTagClassName
{
color: #545EDE;
}
</style>
background-color css
<style>
a { background-color: #545EDE; }
a { background-color: rgb(84,94,222); }
div.DivClassName
{
background-color: #545EDE;
}
.BgClassName
{
background-color: #545EDE;
}
</style>
border-color css
<style>
span { border-color: #545EDE; }
span { border-color: rgb(84,94,222); }
td.TdClassName
{
border-color: #545EDE;
}
.TagClassName
{
border-color: #545EDE;
}
</style>