Shades of Royal Blue #546BDB
Tints of Royal Blue #546BDB
RGB
CMYK
RGB Variations
Color information
#546BDB (or 0x546BDB) is known color: Royal Blue. HEX triplet: 54, 6B and DB. RGB value is (84,107,219). Sum of RGB (Red+Green+Blue) = 84+107+219=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #546BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546BDB is #AB9424. Grayscale: #707070. Windows color (decimal): -11244581 or 14379860. OLE color: 14379860.
HSL color Cylindrical-coordinate representation of color #546BDB: hue angle of 229.78º 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 #546BDB is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 107 | 219 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.14 |
| HSL | 229.78º | 0.65% | 0.59% | - |
| HSV(B) | 229.78º | 0.62% | 0.86% | - |
| XYZ | 21.7 | 17.51 | 69.25 | - |
| YUV | 112.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 219 | 0.62 | 0.51 | 0 | 0.14 | 229.78 | 0.65 | 0.59 |
| Hex | 54 | 6B | DB | 3E | 33 | 0 | E | E6 | 41 | 3B |
| Octal | 124 | 153 | 333 | 76 | 63 | 0 | 16 | 346 | 101 | 73 |
| Binary | 1010100 | 1101011 | 11011011 | 111110 | 110011 | 0 | 1110 | 11100110 | 1000001 | 111011 |
Color Harmonies of #546BDB
Complementary color
Monochromatic Colors of #546BDB
Black with #546BDB
Text Example
Text Example
White with #546BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546BDB; }
p { color: rgb(84,107,219); }
H1.HeaderClassName
{
color: #546BDB;
}
.AnyTagClassName
{
color: #546BDB;
}
</style>
background-color css
<style>
a { background-color: #546BDB; }
a { background-color: rgb(84,107,219); }
div.DivClassName
{
background-color: #546BDB;
}
.BgClassName
{
background-color: #546BDB;
}
</style>
border-color css
<style>
span { border-color: #546BDB; }
span { border-color: rgb(84,107,219); }
td.TdClassName
{
border-color: #546BDB;
}
.TagClassName
{
border-color: #546BDB;
}
</style>