Shades of Royal Blue #546FFB
Tints of Royal Blue #546FFB
RGB
CMYK
RGB Variations
Color information
#546FFB (or 0x546FFB) is known color: Royal Blue. HEX triplet: 54, 6F and FB. RGB value is (84,111,251). Sum of RGB (Red+Green+Blue) = 84+111+251=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #546FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FFB is #AB9004. Grayscale: #767676. Windows color (decimal): -11243525 or 16478036. OLE color: 16478036.
HSL color Cylindrical-coordinate representation of color #546FFB: hue angle of 230.3º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #546FFB is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 111 | 251 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.02 |
| HSL | 230.3º | 0.95% | 0.66% | - |
| HSV(B) | 230.3º | 0.67% | 0.98% | - |
| XYZ | 26.75 | 20.22 | 93.76 | - |
| YUV | 118.89 | 202.55 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 251 | 0.67 | 0.56 | 0 | 0.02 | 230.3 | 0.95 | 0.66 |
| Hex | 54 | 6F | FB | 43 | 38 | 0 | 2 | E6 | 5F | 42 |
| Octal | 124 | 157 | 373 | 103 | 70 | 0 | 2 | 346 | 137 | 102 |
| Binary | 1010100 | 1101111 | 11111011 | 1000011 | 111000 | 0 | 10 | 11100110 | 1011111 | 1000010 |
Color Harmonies of #546FFB
Complementary color
Monochromatic Colors of #546FFB
Black with #546FFB
Text Example
Text Example
White with #546FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FFB; }
p { color: rgb(84,111,251); }
H1.HeaderClassName
{
color: #546FFB;
}
.AnyTagClassName
{
color: #546FFB;
}
</style>
background-color css
<style>
a { background-color: #546FFB; }
a { background-color: rgb(84,111,251); }
div.DivClassName
{
background-color: #546FFB;
}
.BgClassName
{
background-color: #546FFB;
}
</style>
border-color css
<style>
span { border-color: #546FFB; }
span { border-color: rgb(84,111,251); }
td.TdClassName
{
border-color: #546FFB;
}
.TagClassName
{
border-color: #546FFB;
}
</style>