Shades of Royal Blue #546ECF
Tints of Royal Blue #546ECF
RGB
CMYK
RGB Variations
Color information
#546ECF (or 0x546ECF) is known color: Royal Blue. HEX triplet: 54, 6E and CF. RGB value is (84,110,207). Sum of RGB (Red+Green+Blue) = 84+110+207=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #546ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546ECF is #AB9130. Grayscale: #707070. Windows color (decimal): -11243825 or 13594196. OLE color: 13594196.
HSL color Cylindrical-coordinate representation of color #546ECF: hue angle of 227.32º 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 #546ECF is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 110 | 207 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.19 |
| HSL | 227.32º | 0.56% | 0.57% | - |
| HSV(B) | 227.32º | 0.59% | 0.81% | - |
| XYZ | 20.49 | 17.54 | 61.34 | - |
| YUV | 113.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 207 | 0.59 | 0.47 | 0 | 0.19 | 227.32 | 0.56 | 0.57 |
| Hex | 54 | 6E | CF | 3B | 2F | 0 | 13 | E3 | 38 | 39 |
| Octal | 124 | 156 | 317 | 73 | 57 | 0 | 23 | 343 | 70 | 71 |
| Binary | 1010100 | 1101110 | 11001111 | 111011 | 101111 | 0 | 10011 | 11100011 | 111000 | 111001 |
Color Harmonies of #546ECF
Complementary color
Monochromatic Colors of #546ECF
Black with #546ECF
Text Example
Text Example
White with #546ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546ECF; }
p { color: rgb(84,110,207); }
H1.HeaderClassName
{
color: #546ECF;
}
.AnyTagClassName
{
color: #546ECF;
}
</style>
background-color css
<style>
a { background-color: #546ECF; }
a { background-color: rgb(84,110,207); }
div.DivClassName
{
background-color: #546ECF;
}
.BgClassName
{
background-color: #546ECF;
}
</style>
border-color css
<style>
span { border-color: #546ECF; }
span { border-color: rgb(84,110,207); }
td.TdClassName
{
border-color: #546ECF;
}
.TagClassName
{
border-color: #546ECF;
}
</style>