Shades of Royal Blue #546ADD
Tints of Royal Blue #546ADD
RGB
CMYK
RGB Variations
Color information
#546ADD (or 0x546ADD) is known color: Royal Blue. HEX triplet: 54, 6A and DD. RGB value is (84,106,221). Sum of RGB (Red+Green+Blue) = 84+106+221=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #546ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ADD is #AB9522. Grayscale: #707070. Windows color (decimal): -11244835 or 14510676. OLE color: 14510676.
HSL color Cylindrical-coordinate representation of color #546ADD: hue angle of 230.36º 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 #546ADD is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 106 | 221 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.13 |
| HSL | 230.37º | 0.67% | 0.6% | - |
| HSV(B) | 230.37º | 0.62% | 0.87% | - |
| XYZ | 21.86 | 17.41 | 70.62 | - |
| YUV | 112.53 | 189.21 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 221 | 0.62 | 0.52 | 0 | 0.13 | 230.37 | 0.67 | 0.6 |
| Hex | 54 | 6A | DD | 3E | 34 | 0 | D | E6 | 43 | 3C |
| Octal | 124 | 152 | 335 | 76 | 64 | 0 | 15 | 346 | 103 | 74 |
| Binary | 1010100 | 1101010 | 11011101 | 111110 | 110100 | 0 | 1101 | 11100110 | 1000011 | 111100 |
Color Harmonies of #546ADD
Complementary color
Monochromatic Colors of #546ADD
Black with #546ADD
Text Example
Text Example
White with #546ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546ADD; }
p { color: rgb(84,106,221); }
H1.HeaderClassName
{
color: #546ADD;
}
.AnyTagClassName
{
color: #546ADD;
}
</style>
background-color css
<style>
a { background-color: #546ADD; }
a { background-color: rgb(84,106,221); }
div.DivClassName
{
background-color: #546ADD;
}
.BgClassName
{
background-color: #546ADD;
}
</style>
border-color css
<style>
span { border-color: #546ADD; }
span { border-color: rgb(84,106,221); }
td.TdClassName
{
border-color: #546ADD;
}
.TagClassName
{
border-color: #546ADD;
}
</style>