Shades of Royal Blue #546FE0
Tints of Royal Blue #546FE0
RGB
CMYK
RGB Variations
Color information
#546FE0 (or 0x546FE0) is known color: Royal Blue. HEX triplet: 54, 6F and E0. RGB value is (84,111,224). Sum of RGB (Red+Green+Blue) = 84+111+224=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #546FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FE0 is #AB901F. Grayscale: #737373. Windows color (decimal): -11243552 or 14708564. OLE color: 14708564.
HSL color Cylindrical-coordinate representation of color #546FE0: hue angle of 228.43º 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 #546FE0 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 111 | 224 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.12 |
| HSL | 228.43º | 0.69% | 0.6% | - |
| HSV(B) | 228.43º | 0.63% | 0.88% | - |
| XYZ | 22.8 | 18.64 | 72.92 | - |
| YUV | 115.81 | 189.05 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 224 | 0.62 | 0.50 | 0 | 0.12 | 228.43 | 0.69 | 0.6 |
| Hex | 54 | 6F | E0 | 3E | 32 | 0 | C | E4 | 45 | 3C |
| Octal | 124 | 157 | 340 | 76 | 62 | 0 | 14 | 344 | 105 | 74 |
| Binary | 1010100 | 1101111 | 11100000 | 111110 | 110010 | 0 | 1100 | 11100100 | 1000101 | 111100 |
Color Harmonies of #546FE0
Complementary color
Monochromatic Colors of #546FE0
Black with #546FE0
Text Example
Text Example
White with #546FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FE0; }
p { color: rgb(84,111,224); }
H1.HeaderClassName
{
color: #546FE0;
}
.AnyTagClassName
{
color: #546FE0;
}
</style>
background-color css
<style>
a { background-color: #546FE0; }
a { background-color: rgb(84,111,224); }
div.DivClassName
{
background-color: #546FE0;
}
.BgClassName
{
background-color: #546FE0;
}
</style>
border-color css
<style>
span { border-color: #546FE0; }
span { border-color: rgb(84,111,224); }
td.TdClassName
{
border-color: #546FE0;
}
.TagClassName
{
border-color: #546FE0;
}
</style>