Shades of Royal Blue #546FEA
Tints of Royal Blue #546FEA
RGB
CMYK
RGB Variations
Color information
#546FEA (or 0x546FEA) is known color: Royal Blue. HEX triplet: 54, 6F and EA. RGB value is (84,111,234). Sum of RGB (Red+Green+Blue) = 84+111+234=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #546FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FEA is #AB9015. Grayscale: #747474. Windows color (decimal): -11243542 or 15363924. OLE color: 15363924.
HSL color Cylindrical-coordinate representation of color #546FEA: hue angle of 229.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #546FEA is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 111 | 234 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.08 |
| HSL | 229.2º | 0.78% | 0.62% | - |
| HSV(B) | 229.2º | 0.64% | 0.92% | - |
| XYZ | 24.19 | 19.19 | 80.27 | - |
| YUV | 116.95 | 194.05 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 234 | 0.64 | 0.53 | 0 | 0.08 | 229.2 | 0.78 | 0.62 |
| Hex | 54 | 6F | EA | 40 | 35 | 0 | 8 | E5 | 4E | 3E |
| Octal | 124 | 157 | 352 | 100 | 65 | 0 | 10 | 345 | 116 | 76 |
| Binary | 1010100 | 1101111 | 11101010 | 1000000 | 110101 | 0 | 1000 | 11100101 | 1001110 | 111110 |
Color Harmonies of #546FEA
Complementary color
Monochromatic Colors of #546FEA
Black with #546FEA
Text Example
Text Example
White with #546FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FEA; }
p { color: rgb(84,111,234); }
H1.HeaderClassName
{
color: #546FEA;
}
.AnyTagClassName
{
color: #546FEA;
}
</style>
background-color css
<style>
a { background-color: #546FEA; }
a { background-color: rgb(84,111,234); }
div.DivClassName
{
background-color: #546FEA;
}
.BgClassName
{
background-color: #546FEA;
}
</style>
border-color css
<style>
span { border-color: #546FEA; }
span { border-color: rgb(84,111,234); }
td.TdClassName
{
border-color: #546FEA;
}
.TagClassName
{
border-color: #546FEA;
}
</style>