Shades of Royal Blue #546DCE
Tints of Royal Blue #546DCE
RGB
CMYK
RGB Variations
Color information
#546DCE (or 0x546DCE) is known color: Royal Blue. HEX triplet: 54, 6D and CE. RGB value is (84,109,206). Sum of RGB (Red+Green+Blue) = 84+109+206=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #546DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DCE is #AB9231. Grayscale: #707070. Windows color (decimal): -11244082 or 13528404. OLE color: 13528404.
HSL color Cylindrical-coordinate representation of color #546DCE: hue angle of 227.7º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546DCE is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 109 | 206 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.19 |
| HSL | 227.7º | 0.55% | 0.57% | - |
| HSV(B) | 227.7º | 0.59% | 0.81% | - |
| XYZ | 20.27 | 17.28 | 60.66 | - |
| YUV | 112.58 | 180.72 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 206 | 0.59 | 0.47 | 0 | 0.19 | 227.7 | 0.55 | 0.57 |
| Hex | 54 | 6D | CE | 3B | 2F | 0 | 13 | E4 | 37 | 39 |
| Octal | 124 | 155 | 316 | 73 | 57 | 0 | 23 | 344 | 67 | 71 |
| Binary | 1010100 | 1101101 | 11001110 | 111011 | 101111 | 0 | 10011 | 11100100 | 110111 | 111001 |
Color Harmonies of #546DCE
Complementary color
Monochromatic Colors of #546DCE
Black with #546DCE
Text Example
Text Example
White with #546DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546DCE; }
p { color: rgb(84,109,206); }
H1.HeaderClassName
{
color: #546DCE;
}
.AnyTagClassName
{
color: #546DCE;
}
</style>
background-color css
<style>
a { background-color: #546DCE; }
a { background-color: rgb(84,109,206); }
div.DivClassName
{
background-color: #546DCE;
}
.BgClassName
{
background-color: #546DCE;
}
</style>
border-color css
<style>
span { border-color: #546DCE; }
span { border-color: rgb(84,109,206); }
td.TdClassName
{
border-color: #546DCE;
}
.TagClassName
{
border-color: #546DCE;
}
</style>