Shades of Royal Blue #546AF0
Tints of Royal Blue #546AF0
RGB
CMYK
RGB Variations
Color information
#546AF0 (or 0x546AF0) is known color: Royal Blue. HEX triplet: 54, 6A and F0. RGB value is (84,106,240). Sum of RGB (Red+Green+Blue) = 84+106+240=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #546AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546AF0 is #AB950F. Grayscale: #727272. Windows color (decimal): -11244816 or 15755860. OLE color: 15755860.
HSL color Cylindrical-coordinate representation of color #546AF0: hue angle of 231.54º 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 #546AF0 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 106 | 240 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.06 |
| HSL | 231.54º | 0.84% | 0.64% | - |
| HSV(B) | 231.54º | 0.65% | 0.94% | - |
| XYZ | 24.54 | 18.48 | 84.71 | - |
| YUV | 114.7 | 198.71 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 240 | 0.65 | 0.56 | 0 | 0.06 | 231.54 | 0.84 | 0.64 |
| Hex | 54 | 6A | F0 | 41 | 38 | 0 | 6 | E8 | 54 | 40 |
| Octal | 124 | 152 | 360 | 101 | 70 | 0 | 6 | 350 | 124 | 100 |
| Binary | 1010100 | 1101010 | 11110000 | 1000001 | 111000 | 0 | 110 | 11101000 | 1010100 | 1000000 |
Color Harmonies of #546AF0
Complementary color
Monochromatic Colors of #546AF0
Black with #546AF0
Text Example
Text Example
White with #546AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546AF0; }
p { color: rgb(84,106,240); }
H1.HeaderClassName
{
color: #546AF0;
}
.AnyTagClassName
{
color: #546AF0;
}
</style>
background-color css
<style>
a { background-color: #546AF0; }
a { background-color: rgb(84,106,240); }
div.DivClassName
{
background-color: #546AF0;
}
.BgClassName
{
background-color: #546AF0;
}
</style>
border-color css
<style>
span { border-color: #546AF0; }
span { border-color: rgb(84,106,240); }
td.TdClassName
{
border-color: #546AF0;
}
.TagClassName
{
border-color: #546AF0;
}
</style>