Shades of Royal Blue #546FD1
Tints of Royal Blue #546FD1
RGB
CMYK
RGB Variations
Color information
#546FD1 (or 0x546FD1) is known color: Royal Blue. HEX triplet: 54, 6F and D1. RGB value is (84,111,209). Sum of RGB (Red+Green+Blue) = 84+111+209=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #546FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FD1 is #AB902E. Grayscale: #717171. Windows color (decimal): -11243567 or 13725524. OLE color: 13725524.
HSL color Cylindrical-coordinate representation of color #546FD1: hue angle of 227.04º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #546FD1 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 111 | 209 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.18 |
| HSL | 227.04º | 0.58% | 0.57% | - |
| HSV(B) | 227.04º | 0.6% | 0.82% | - |
| XYZ | 20.85 | 17.86 | 62.67 | - |
| YUV | 114.1 | 181.55 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 209 | 0.60 | 0.47 | 0 | 0.18 | 227.04 | 0.58 | 0.57 |
| Hex | 54 | 6F | D1 | 3C | 2F | 0 | 12 | E3 | 3A | 39 |
| Octal | 124 | 157 | 321 | 74 | 57 | 0 | 22 | 343 | 72 | 71 |
| Binary | 1010100 | 1101111 | 11010001 | 111100 | 101111 | 0 | 10010 | 11100011 | 111010 | 111001 |
Color Harmonies of #546FD1
Complementary color
Monochromatic Colors of #546FD1
Black with #546FD1
Text Example
Text Example
White with #546FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FD1; }
p { color: rgb(84,111,209); }
H1.HeaderClassName
{
color: #546FD1;
}
.AnyTagClassName
{
color: #546FD1;
}
</style>
background-color css
<style>
a { background-color: #546FD1; }
a { background-color: rgb(84,111,209); }
div.DivClassName
{
background-color: #546FD1;
}
.BgClassName
{
background-color: #546FD1;
}
</style>
border-color css
<style>
span { border-color: #546FD1; }
span { border-color: rgb(84,111,209); }
td.TdClassName
{
border-color: #546FD1;
}
.TagClassName
{
border-color: #546FD1;
}
</style>