Shades of Royal Blue #546DF0
Tints of Royal Blue #546DF0
RGB
CMYK
RGB Variations
Color information
#546DF0 (or 0x546DF0) is known color: Royal Blue. HEX triplet: 54, 6D and F0. RGB value is (84,109,240). Sum of RGB (Red+Green+Blue) = 84+109+240=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #546DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546DF0 is #AB920F. Grayscale: #737373. Windows color (decimal): -11244048 or 15756628. OLE color: 15756628.
HSL color Cylindrical-coordinate representation of color #546DF0: hue angle of 230.38º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #546DF0 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 109 | 240 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.06 |
| HSL | 230.38º | 0.84% | 0.64% | - |
| HSV(B) | 230.38º | 0.65% | 0.94% | - |
| XYZ | 24.85 | 19.11 | 84.82 | - |
| YUV | 116.46 | 197.72 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 240 | 0.65 | 0.55 | 0 | 0.06 | 230.38 | 0.84 | 0.64 |
| Hex | 54 | 6D | F0 | 41 | 37 | 0 | 6 | E6 | 54 | 40 |
| Octal | 124 | 155 | 360 | 101 | 67 | 0 | 6 | 346 | 124 | 100 |
| Binary | 1010100 | 1101101 | 11110000 | 1000001 | 110111 | 0 | 110 | 11100110 | 1010100 | 1000000 |
Color Harmonies of #546DF0
Complementary color
Monochromatic Colors of #546DF0
Black with #546DF0
Text Example
Text Example
White with #546DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546DF0; }
p { color: rgb(84,109,240); }
H1.HeaderClassName
{
color: #546DF0;
}
.AnyTagClassName
{
color: #546DF0;
}
</style>
background-color css
<style>
a { background-color: #546DF0; }
a { background-color: rgb(84,109,240); }
div.DivClassName
{
background-color: #546DF0;
}
.BgClassName
{
background-color: #546DF0;
}
</style>
border-color css
<style>
span { border-color: #546DF0; }
span { border-color: rgb(84,109,240); }
td.TdClassName
{
border-color: #546DF0;
}
.TagClassName
{
border-color: #546DF0;
}
</style>