Shades of Royal Blue #546BE0
Tints of Royal Blue #546BE0
RGB
CMYK
RGB Variations
Color information
#546BE0 (or 0x546BE0) is known color: Royal Blue. HEX triplet: 54, 6B and E0. RGB value is (84,107,224). Sum of RGB (Red+Green+Blue) = 84+107+224=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #546BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546BE0 is #AB941F. Grayscale: #707070. Windows color (decimal): -11244576 or 14707540. OLE color: 14707540.
HSL color Cylindrical-coordinate representation of color #546BE0: hue angle of 230.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #546BE0 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 107 | 224 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.12 |
| HSL | 230.14º | 0.69% | 0.6% | - |
| HSV(B) | 230.14º | 0.63% | 0.88% | - |
| XYZ | 22.37 | 17.78 | 72.77 | - |
| YUV | 113.46 | 190.38 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 224 | 0.62 | 0.52 | 0 | 0.12 | 230.14 | 0.69 | 0.6 |
| Hex | 54 | 6B | E0 | 3E | 34 | 0 | C | E6 | 45 | 3C |
| Octal | 124 | 153 | 340 | 76 | 64 | 0 | 14 | 346 | 105 | 74 |
| Binary | 1010100 | 1101011 | 11100000 | 111110 | 110100 | 0 | 1100 | 11100110 | 1000101 | 111100 |
Color Harmonies of #546BE0
Complementary color
Monochromatic Colors of #546BE0
Black with #546BE0
Text Example
Text Example
White with #546BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546BE0; }
p { color: rgb(84,107,224); }
H1.HeaderClassName
{
color: #546BE0;
}
.AnyTagClassName
{
color: #546BE0;
}
</style>
background-color css
<style>
a { background-color: #546BE0; }
a { background-color: rgb(84,107,224); }
div.DivClassName
{
background-color: #546BE0;
}
.BgClassName
{
background-color: #546BE0;
}
</style>
border-color css
<style>
span { border-color: #546BE0; }
span { border-color: rgb(84,107,224); }
td.TdClassName
{
border-color: #546BE0;
}
.TagClassName
{
border-color: #546BE0;
}
</style>