Shades of Royal Blue #546FFD
Tints of Royal Blue #546FFD
RGB
CMYK
RGB Variations
Color information
#546FFD (or 0x546FFD) is known color: Royal Blue. HEX triplet: 54, 6F and FD. RGB value is (84,111,253). Sum of RGB (Red+Green+Blue) = 84+111+253=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #546FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FFD is #AB9002. Grayscale: #767676. Windows color (decimal): -11243523 or 16609108. OLE color: 16609108.
HSL color Cylindrical-coordinate representation of color #546FFD: hue angle of 230.41º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #546FFD is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 111 | 253 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.01 |
| HSL | 230.41º | 0.98% | 0.66% | - |
| HSV(B) | 230.41º | 0.67% | 0.99% | - |
| XYZ | 27.07 | 20.35 | 95.43 | - |
| YUV | 119.12 | 203.55 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 253 | 0.67 | 0.56 | 0 | 0.01 | 230.41 | 0.98 | 0.66 |
| Hex | 54 | 6F | FD | 43 | 38 | 0 | 1 | E6 | 62 | 42 |
| Octal | 124 | 157 | 375 | 103 | 70 | 0 | 1 | 346 | 142 | 102 |
| Binary | 1010100 | 1101111 | 11111101 | 1000011 | 111000 | 0 | 1 | 11100110 | 1100010 | 1000010 |
Color Harmonies of #546FFD
Complementary color
Monochromatic Colors of #546FFD
Black with #546FFD
Text Example
Text Example
White with #546FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FFD; }
p { color: rgb(84,111,253); }
H1.HeaderClassName
{
color: #546FFD;
}
.AnyTagClassName
{
color: #546FFD;
}
</style>
background-color css
<style>
a { background-color: #546FFD; }
a { background-color: rgb(84,111,253); }
div.DivClassName
{
background-color: #546FFD;
}
.BgClassName
{
background-color: #546FFD;
}
</style>
border-color css
<style>
span { border-color: #546FFD; }
span { border-color: rgb(84,111,253); }
td.TdClassName
{
border-color: #546FFD;
}
.TagClassName
{
border-color: #546FFD;
}
</style>