Shades of Royal Blue #546EDD
Tints of Royal Blue #546EDD
RGB
CMYK
RGB Variations
Color information
#546EDD (or 0x546EDD) is known color: Royal Blue. HEX triplet: 54, 6E and DD. RGB value is (84,110,221). Sum of RGB (Red+Green+Blue) = 84+110+221=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #546EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546EDD is #AB9122. Grayscale: #727272. Windows color (decimal): -11243811 or 14511700. OLE color: 14511700.
HSL color Cylindrical-coordinate representation of color #546EDD: hue angle of 228.61º degrees, saturation: 0.67, 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 #546EDD is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 110 | 221 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.13 |
| HSL | 228.61º | 0.67% | 0.6% | - |
| HSV(B) | 228.61º | 0.62% | 0.87% | - |
| XYZ | 22.28 | 18.26 | 70.76 | - |
| YUV | 114.88 | 187.89 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 221 | 0.62 | 0.50 | 0 | 0.13 | 228.61 | 0.67 | 0.6 |
| Hex | 54 | 6E | DD | 3E | 32 | 0 | D | E5 | 43 | 3C |
| Octal | 124 | 156 | 335 | 76 | 62 | 0 | 15 | 345 | 103 | 74 |
| Binary | 1010100 | 1101110 | 11011101 | 111110 | 110010 | 0 | 1101 | 11100101 | 1000011 | 111100 |
Color Harmonies of #546EDD
Complementary color
Monochromatic Colors of #546EDD
Black with #546EDD
Text Example
Text Example
White with #546EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546EDD; }
p { color: rgb(84,110,221); }
H1.HeaderClassName
{
color: #546EDD;
}
.AnyTagClassName
{
color: #546EDD;
}
</style>
background-color css
<style>
a { background-color: #546EDD; }
a { background-color: rgb(84,110,221); }
div.DivClassName
{
background-color: #546EDD;
}
.BgClassName
{
background-color: #546EDD;
}
</style>
border-color css
<style>
span { border-color: #546EDD; }
span { border-color: rgb(84,110,221); }
td.TdClassName
{
border-color: #546EDD;
}
.TagClassName
{
border-color: #546EDD;
}
</style>