Shades of Royal Blue #546BDA
Tints of Royal Blue #546BDA
RGB
CMYK
RGB Variations
Color information
#546BDA (or 0x546BDA) is known color: Royal Blue. HEX triplet: 54, 6B and DA. RGB value is (84,107,218). Sum of RGB (Red+Green+Blue) = 84+107+218=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #546BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546BDA is #AB9425. Grayscale: #707070. Windows color (decimal): -11244582 or 14314324. OLE color: 14314324.
HSL color Cylindrical-coordinate representation of color #546BDA: hue angle of 229.7º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #546BDA is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 107 | 218 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.15 |
| HSL | 229.7º | 0.64% | 0.59% | - |
| HSV(B) | 229.7º | 0.61% | 0.85% | - |
| XYZ | 21.57 | 17.46 | 68.56 | - |
| YUV | 112.78 | 187.38 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 218 | 0.61 | 0.51 | 0 | 0.15 | 229.7 | 0.64 | 0.59 |
| Hex | 54 | 6B | DA | 3D | 33 | 0 | F | E6 | 40 | 3B |
| Octal | 124 | 153 | 332 | 75 | 63 | 0 | 17 | 346 | 100 | 73 |
| Binary | 1010100 | 1101011 | 11011010 | 111101 | 110011 | 0 | 1111 | 11100110 | 1000000 | 111011 |
Color Harmonies of #546BDA
Complementary color
Monochromatic Colors of #546BDA
Black with #546BDA
Text Example
Text Example
White with #546BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546BDA; }
p { color: rgb(84,107,218); }
H1.HeaderClassName
{
color: #546BDA;
}
.AnyTagClassName
{
color: #546BDA;
}
</style>
background-color css
<style>
a { background-color: #546BDA; }
a { background-color: rgb(84,107,218); }
div.DivClassName
{
background-color: #546BDA;
}
.BgClassName
{
background-color: #546BDA;
}
</style>
border-color css
<style>
span { border-color: #546BDA; }
span { border-color: rgb(84,107,218); }
td.TdClassName
{
border-color: #546BDA;
}
.TagClassName
{
border-color: #546BDA;
}
</style>