Shades of Royal Blue #546FFE
Tints of Royal Blue #546FFE
RGB
CMYK
RGB Variations
Color information
#546FFE (or 0x546FFE) is known color: Royal Blue. HEX triplet: 54, 6F and FE. RGB value is (84,111,254). Sum of RGB (Red+Green+Blue) = 84+111+254=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #546FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FFE is #AB9001. Grayscale: #767676. Windows color (decimal): -11243522 or 16674644. OLE color: 16674644.
HSL color Cylindrical-coordinate representation of color #546FFE: hue angle of 230.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #546FFE is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 111 | 254 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.00 |
| HSL | 230.47º | 0.99% | 0.66% | - |
| HSV(B) | 230.47º | 0.67% | 1% | - |
| XYZ | 27.23 | 20.41 | 96.27 | - |
| YUV | 119.23 | 204.05 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 254 | 0.67 | 0.56 | 0 | 0.00 | 230.47 | 0.99 | 0.66 |
| Hex | 54 | 6F | FE | 43 | 38 | 0 | 0 | E6 | 63 | 42 |
| Octal | 124 | 157 | 376 | 103 | 70 | 0 | 0 | 346 | 143 | 102 |
| Binary | 1010100 | 1101111 | 11111110 | 1000011 | 111000 | 0 | 0 | 11100110 | 1100011 | 1000010 |
Color Harmonies of #546FFE
Complementary color
Monochromatic Colors of #546FFE
Black with #546FFE
Text Example
Text Example
White with #546FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FFE; }
p { color: rgb(84,111,254); }
H1.HeaderClassName
{
color: #546FFE;
}
.AnyTagClassName
{
color: #546FFE;
}
</style>
background-color css
<style>
a { background-color: #546FFE; }
a { background-color: rgb(84,111,254); }
div.DivClassName
{
background-color: #546FFE;
}
.BgClassName
{
background-color: #546FFE;
}
</style>
border-color css
<style>
span { border-color: #546FFE; }
span { border-color: rgb(84,111,254); }
td.TdClassName
{
border-color: #546FFE;
}
.TagClassName
{
border-color: #546FFE;
}
</style>