Shades of Royal Blue #546ADB
Tints of Royal Blue #546ADB
RGB
CMYK
RGB Variations
Color information
#546ADB (or 0x546ADB) is known color: Royal Blue. HEX triplet: 54, 6A and DB. RGB value is (84,106,219). Sum of RGB (Red+Green+Blue) = 84+106+219=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #546ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ADB is #AB9524. Grayscale: #6F6F6F. Windows color (decimal): -11244837 or 14379604. OLE color: 14379604.
HSL color Cylindrical-coordinate representation of color #546ADB: hue angle of 230.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #546ADB is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 106 | 219 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.14 |
| HSL | 230.22º | 0.65% | 0.59% | - |
| HSV(B) | 230.22º | 0.62% | 0.86% | - |
| XYZ | 21.6 | 17.31 | 69.22 | - |
| YUV | 112.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 219 | 0.62 | 0.52 | 0 | 0.14 | 230.22 | 0.65 | 0.59 |
| Hex | 54 | 6A | DB | 3E | 34 | 0 | E | E6 | 41 | 3B |
| Octal | 124 | 152 | 333 | 76 | 64 | 0 | 16 | 346 | 101 | 73 |
| Binary | 1010100 | 1101010 | 11011011 | 111110 | 110100 | 0 | 1110 | 11100110 | 1000001 | 111011 |
Color Harmonies of #546ADB
Complementary color
Monochromatic Colors of #546ADB
Black with #546ADB
Text Example
Text Example
White with #546ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546ADB; }
p { color: rgb(84,106,219); }
H1.HeaderClassName
{
color: #546ADB;
}
.AnyTagClassName
{
color: #546ADB;
}
</style>
background-color css
<style>
a { background-color: #546ADB; }
a { background-color: rgb(84,106,219); }
div.DivClassName
{
background-color: #546ADB;
}
.BgClassName
{
background-color: #546ADB;
}
</style>
border-color css
<style>
span { border-color: #546ADB; }
span { border-color: rgb(84,106,219); }
td.TdClassName
{
border-color: #546ADB;
}
.TagClassName
{
border-color: #546ADB;
}
</style>