Shades of Royal Blue #546AE9
Tints of Royal Blue #546AE9
RGB
CMYK
RGB Variations
Color information
#546AE9 (or 0x546AE9) is known color: Royal Blue. HEX triplet: 54, 6A and E9. RGB value is (84,106,233). Sum of RGB (Red+Green+Blue) = 84+106+233=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #546AE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546AE9 is #AB9516. Grayscale: #717171. Windows color (decimal): -11244823 or 15297108. OLE color: 15297108.
HSL color Cylindrical-coordinate representation of color #546AE9: hue angle of 231.14º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #546AE9 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 106 | 233 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.09 |
| HSL | 231.14º | 0.77% | 0.62% | - |
| HSV(B) | 231.14º | 0.64% | 0.91% | - |
| XYZ | 23.52 | 18.08 | 79.34 | - |
| YUV | 113.9 | 195.21 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 233 | 0.64 | 0.55 | 0 | 0.09 | 231.14 | 0.77 | 0.62 |
| Hex | 54 | 6A | E9 | 40 | 37 | 0 | 9 | E7 | 4D | 3E |
| Octal | 124 | 152 | 351 | 100 | 67 | 0 | 11 | 347 | 115 | 76 |
| Binary | 1010100 | 1101010 | 11101001 | 1000000 | 110111 | 0 | 1001 | 11100111 | 1001101 | 111110 |
Color Harmonies of #546AE9
Complementary color
Monochromatic Colors of #546AE9
Black with #546AE9
Text Example
Text Example
White with #546AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546AE9; }
p { color: rgb(84,106,233); }
H1.HeaderClassName
{
color: #546AE9;
}
.AnyTagClassName
{
color: #546AE9;
}
</style>
background-color css
<style>
a { background-color: #546AE9; }
a { background-color: rgb(84,106,233); }
div.DivClassName
{
background-color: #546AE9;
}
.BgClassName
{
background-color: #546AE9;
}
</style>
border-color css
<style>
span { border-color: #546AE9; }
span { border-color: rgb(84,106,233); }
td.TdClassName
{
border-color: #546AE9;
}
.TagClassName
{
border-color: #546AE9;
}
</style>