Shades of Royal Blue #546AF5
Tints of Royal Blue #546AF5
RGB
CMYK
RGB Variations
Color information
#546AF5 (or 0x546AF5) is known color: Royal Blue. HEX triplet: 54, 6A and F5. RGB value is (84,106,245). Sum of RGB (Red+Green+Blue) = 84+106+245=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 245 (96.09% from 255 or 56.32% from 435); Max value from RGB is 245 - color contains mainly: blue. Hex color #546AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546AF5 is #AB950A. Grayscale: #727272. Windows color (decimal): -11244811 or 16083540. OLE color: 16083540.
HSL color Cylindrical-coordinate representation of color #546AF5: hue angle of 231.8º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #546AF5 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 106 | 245 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.04 |
| HSL | 231.8º | 0.89% | 0.65% | - |
| HSV(B) | 231.8º | 0.66% | 0.96% | - |
| XYZ | 25.29 | 18.79 | 88.68 | - |
| YUV | 115.27 | 201.21 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 245 | 0.66 | 0.57 | 0 | 0.04 | 231.8 | 0.89 | 0.65 |
| Hex | 54 | 6A | F5 | 42 | 39 | 0 | 4 | E8 | 59 | 41 |
| Octal | 124 | 152 | 365 | 102 | 71 | 0 | 4 | 350 | 131 | 101 |
| Binary | 1010100 | 1101010 | 11110101 | 1000010 | 111001 | 0 | 100 | 11101000 | 1011001 | 1000001 |
Color Harmonies of #546AF5
Complementary color
Monochromatic Colors of #546AF5
Black with #546AF5
Text Example
Text Example
White with #546AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546AF5; }
p { color: rgb(84,106,245); }
H1.HeaderClassName
{
color: #546AF5;
}
.AnyTagClassName
{
color: #546AF5;
}
</style>
background-color css
<style>
a { background-color: #546AF5; }
a { background-color: rgb(84,106,245); }
div.DivClassName
{
background-color: #546AF5;
}
.BgClassName
{
background-color: #546AF5;
}
</style>
border-color css
<style>
span { border-color: #546AF5; }
span { border-color: rgb(84,106,245); }
td.TdClassName
{
border-color: #546AF5;
}
.TagClassName
{
border-color: #546AF5;
}
</style>