Shades of Royal Blue #546FEF
Tints of Royal Blue #546FEF
RGB
CMYK
RGB Variations
Color information
#546FEF (or 0x546FEF) is known color: Royal Blue. HEX triplet: 54, 6F and EF. RGB value is (84,111,239). Sum of RGB (Red+Green+Blue) = 84+111+239=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #546FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FEF is #AB9010. Grayscale: #747474. Windows color (decimal): -11243537 or 15691604. OLE color: 15691604.
HSL color Cylindrical-coordinate representation of color #546FEF: hue angle of 229.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #546FEF is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 111 | 239 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.06 |
| HSL | 229.55º | 0.83% | 0.63% | - |
| HSV(B) | 229.55º | 0.65% | 0.94% | - |
| XYZ | 24.92 | 19.49 | 84.11 | - |
| YUV | 117.52 | 196.55 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 239 | 0.65 | 0.54 | 0 | 0.06 | 229.55 | 0.83 | 0.63 |
| Hex | 54 | 6F | EF | 41 | 36 | 0 | 6 | E6 | 53 | 3F |
| Octal | 124 | 157 | 357 | 101 | 66 | 0 | 6 | 346 | 123 | 77 |
| Binary | 1010100 | 1101111 | 11101111 | 1000001 | 110110 | 0 | 110 | 11100110 | 1010011 | 111111 |
Color Harmonies of #546FEF
Complementary color
Monochromatic Colors of #546FEF
Black with #546FEF
Text Example
Text Example
White with #546FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FEF; }
p { color: rgb(84,111,239); }
H1.HeaderClassName
{
color: #546FEF;
}
.AnyTagClassName
{
color: #546FEF;
}
</style>
background-color css
<style>
a { background-color: #546FEF; }
a { background-color: rgb(84,111,239); }
div.DivClassName
{
background-color: #546FEF;
}
.BgClassName
{
background-color: #546FEF;
}
</style>
border-color css
<style>
span { border-color: #546FEF; }
span { border-color: rgb(84,111,239); }
td.TdClassName
{
border-color: #546FEF;
}
.TagClassName
{
border-color: #546FEF;
}
</style>