Shades of Royal Blue #546CDB
Tints of Royal Blue #546CDB
RGB
CMYK
RGB Variations
Color information
#546CDB (or 0x546CDB) is known color: Royal Blue. HEX triplet: 54, 6C and DB. RGB value is (84,108,219). Sum of RGB (Red+Green+Blue) = 84+108+219=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #546CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CDB is #AB9324. Grayscale: #717171. Windows color (decimal): -11244325 or 14380116. OLE color: 14380116.
HSL color Cylindrical-coordinate representation of color #546CDB: hue angle of 229.33º 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 #546CDB is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 108 | 219 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.14 |
| HSL | 229.33º | 0.65% | 0.59% | - |
| HSV(B) | 229.33º | 0.62% | 0.86% | - |
| XYZ | 21.8 | 17.72 | 69.29 | - |
| YUV | 113.48 | 187.55 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 219 | 0.62 | 0.51 | 0 | 0.14 | 229.33 | 0.65 | 0.59 |
| Hex | 54 | 6C | DB | 3E | 33 | 0 | E | E5 | 41 | 3B |
| Octal | 124 | 154 | 333 | 76 | 63 | 0 | 16 | 345 | 101 | 73 |
| Binary | 1010100 | 1101100 | 11011011 | 111110 | 110011 | 0 | 1110 | 11100101 | 1000001 | 111011 |
Color Harmonies of #546CDB
Complementary color
Monochromatic Colors of #546CDB
Black with #546CDB
Text Example
Text Example
White with #546CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546CDB; }
p { color: rgb(84,108,219); }
H1.HeaderClassName
{
color: #546CDB;
}
.AnyTagClassName
{
color: #546CDB;
}
</style>
background-color css
<style>
a { background-color: #546CDB; }
a { background-color: rgb(84,108,219); }
div.DivClassName
{
background-color: #546CDB;
}
.BgClassName
{
background-color: #546CDB;
}
</style>
border-color css
<style>
span { border-color: #546CDB; }
span { border-color: rgb(84,108,219); }
td.TdClassName
{
border-color: #546CDB;
}
.TagClassName
{
border-color: #546CDB;
}
</style>