Shades of Royal Blue #546DCF
Tints of Royal Blue #546DCF
RGB
CMYK
RGB Variations
Color information
#546DCF (or 0x546DCF) is known color: Royal Blue. HEX triplet: 54, 6D and CF. RGB value is (84,109,207). Sum of RGB (Red+Green+Blue) = 84+109+207=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #546DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546DCF is #AB9230. Grayscale: #707070. Windows color (decimal): -11244081 or 13593940. OLE color: 13593940.
HSL color Cylindrical-coordinate representation of color #546DCF: hue angle of 227.8º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546DCF is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 109 | 207 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.19 |
| HSL | 227.8º | 0.56% | 0.57% | - |
| HSV(B) | 227.8º | 0.59% | 0.81% | - |
| XYZ | 20.39 | 17.33 | 61.3 | - |
| YUV | 112.7 | 181.22 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 207 | 0.59 | 0.47 | 0 | 0.19 | 227.8 | 0.56 | 0.57 |
| Hex | 54 | 6D | CF | 3B | 2F | 0 | 13 | E4 | 38 | 39 |
| Octal | 124 | 155 | 317 | 73 | 57 | 0 | 23 | 344 | 70 | 71 |
| Binary | 1010100 | 1101101 | 11001111 | 111011 | 101111 | 0 | 10011 | 11100100 | 111000 | 111001 |
Color Harmonies of #546DCF
Complementary color
Monochromatic Colors of #546DCF
Black with #546DCF
Text Example
Text Example
White with #546DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546DCF; }
p { color: rgb(84,109,207); }
H1.HeaderClassName
{
color: #546DCF;
}
.AnyTagClassName
{
color: #546DCF;
}
</style>
background-color css
<style>
a { background-color: #546DCF; }
a { background-color: rgb(84,109,207); }
div.DivClassName
{
background-color: #546DCF;
}
.BgClassName
{
background-color: #546DCF;
}
</style>
border-color css
<style>
span { border-color: #546DCF; }
span { border-color: rgb(84,109,207); }
td.TdClassName
{
border-color: #546DCF;
}
.TagClassName
{
border-color: #546DCF;
}
</style>