Shades of Royal Blue #546BF1
Tints of Royal Blue #546BF1
RGB
CMYK
RGB Variations
Color information
#546BF1 (or 0x546BF1) is known color: Royal Blue. HEX triplet: 54, 6B and F1. RGB value is (84,107,241). Sum of RGB (Red+Green+Blue) = 84+107+241=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #546BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546BF1 is #AB940E. Grayscale: #727272. Windows color (decimal): -11244559 or 15821652. OLE color: 15821652.
HSL color Cylindrical-coordinate representation of color #546BF1: hue angle of 231.21º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #546BF1 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 107 | 241 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.05 |
| HSL | 231.21º | 0.85% | 0.64% | - |
| HSV(B) | 231.21º | 0.65% | 0.95% | - |
| XYZ | 24.79 | 18.75 | 85.53 | - |
| YUV | 115.4 | 198.88 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 241 | 0.65 | 0.56 | 0 | 0.05 | 231.21 | 0.85 | 0.64 |
| Hex | 54 | 6B | F1 | 41 | 38 | 0 | 5 | E7 | 55 | 40 |
| Octal | 124 | 153 | 361 | 101 | 70 | 0 | 5 | 347 | 125 | 100 |
| Binary | 1010100 | 1101011 | 11110001 | 1000001 | 111000 | 0 | 101 | 11100111 | 1010101 | 1000000 |
Color Harmonies of #546BF1
Complementary color
Monochromatic Colors of #546BF1
Black with #546BF1
Text Example
Text Example
White with #546BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546BF1; }
p { color: rgb(84,107,241); }
H1.HeaderClassName
{
color: #546BF1;
}
.AnyTagClassName
{
color: #546BF1;
}
</style>
background-color css
<style>
a { background-color: #546BF1; }
a { background-color: rgb(84,107,241); }
div.DivClassName
{
background-color: #546BF1;
}
.BgClassName
{
background-color: #546BF1;
}
</style>
border-color css
<style>
span { border-color: #546BF1; }
span { border-color: rgb(84,107,241); }
td.TdClassName
{
border-color: #546BF1;
}
.TagClassName
{
border-color: #546BF1;
}
</style>