Shades of Royal Blue #546FFF
Tints of Royal Blue #546FFF
RGB
CMYK
RGB Variations
Color information
#546FFF (or 0x546FFF) is known color: Royal Blue. HEX triplet: 54, 6F and FF. RGB value is (84,111,255). Sum of RGB (Red+Green+Blue) = 84+111+255=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #546FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FFF is #AB9000. Grayscale: #767676. Windows color (decimal): -11243521 or 16740180. OLE color: 16740180.
HSL color Cylindrical-coordinate representation of color #546FFF: hue angle of 230.53º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #546FFF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 111 | 255 | - |
| CMYK | 0.67 | 0.56 | 0 | 0 |
| HSL | 230.53º | 1% | 0.66% | - |
| HSV(B) | 230.53º | 0.67% | 1% | - |
| XYZ | 27.39 | 20.47 | 97.12 | - |
| YUV | 119.34 | 204.55 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 255 | 0.67 | 0.56 | 0 | 0 | 230.53 | 1 | 0.66 |
| Hex | 54 | 6F | FF | 43 | 38 | 0 | 0 | E7 | 64 | 42 |
| Octal | 124 | 157 | 377 | 103 | 70 | 0 | 0 | 347 | 144 | 102 |
| Binary | 1010100 | 1101111 | 11111111 | 1000011 | 111000 | 0 | 0 | 11100111 | 1100100 | 1000010 |
Color Harmonies of #546FFF
Complementary color
Monochromatic Colors of #546FFF
Black with #546FFF
Text Example
Text Example
White with #546FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FFF; }
p { color: rgb(84,111,255); }
H1.HeaderClassName
{
color: #546FFF;
}
.AnyTagClassName
{
color: #546FFF;
}
</style>
background-color css
<style>
a { background-color: #546FFF; }
a { background-color: rgb(84,111,255); }
div.DivClassName
{
background-color: #546FFF;
}
.BgClassName
{
background-color: #546FFF;
}
</style>
border-color css
<style>
span { border-color: #546FFF; }
span { border-color: rgb(84,111,255); }
td.TdClassName
{
border-color: #546FFF;
}
.TagClassName
{
border-color: #546FFF;
}
</style>