Shades of Royal Blue #546EEE
Tints of Royal Blue #546EEE
RGB
CMYK
RGB Variations
Color information
#546EEE (or 0x546EEE) is known color: Royal Blue. HEX triplet: 54, 6E and EE. RGB value is (84,110,238). Sum of RGB (Red+Green+Blue) = 84+110+238=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #546EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546EEE is #AB9111. Grayscale: #747474. Windows color (decimal): -11243794 or 15625812. OLE color: 15625812.
HSL color Cylindrical-coordinate representation of color #546EEE: hue angle of 229.87º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #546EEE is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 110 | 238 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.07 |
| HSL | 229.87º | 0.82% | 0.63% | - |
| HSV(B) | 229.87º | 0.65% | 0.93% | - |
| XYZ | 24.66 | 19.21 | 83.3 | - |
| YUV | 116.82 | 196.39 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 238 | 0.65 | 0.54 | 0 | 0.07 | 229.87 | 0.82 | 0.63 |
| Hex | 54 | 6E | EE | 41 | 36 | 0 | 7 | E6 | 52 | 3F |
| Octal | 124 | 156 | 356 | 101 | 66 | 0 | 7 | 346 | 122 | 77 |
| Binary | 1010100 | 1101110 | 11101110 | 1000001 | 110110 | 0 | 111 | 11100110 | 1010010 | 111111 |
Color Harmonies of #546EEE
Complementary color
Monochromatic Colors of #546EEE
Black with #546EEE
Text Example
Text Example
White with #546EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546EEE; }
p { color: rgb(84,110,238); }
H1.HeaderClassName
{
color: #546EEE;
}
.AnyTagClassName
{
color: #546EEE;
}
</style>
background-color css
<style>
a { background-color: #546EEE; }
a { background-color: rgb(84,110,238); }
div.DivClassName
{
background-color: #546EEE;
}
.BgClassName
{
background-color: #546EEE;
}
</style>
border-color css
<style>
span { border-color: #546EEE; }
span { border-color: rgb(84,110,238); }
td.TdClassName
{
border-color: #546EEE;
}
.TagClassName
{
border-color: #546EEE;
}
</style>