Shades of Royal Blue #546DF4
Tints of Royal Blue #546DF4
RGB
CMYK
RGB Variations
Color information
#546DF4 (or 0x546DF4) is known color: Royal Blue. HEX triplet: 54, 6D and F4. RGB value is (84,109,244). Sum of RGB (Red+Green+Blue) = 84+109+244=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #546DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546DF4 is #AB920B. Grayscale: #747474. Windows color (decimal): -11244044 or 16018772. OLE color: 16018772.
HSL color Cylindrical-coordinate representation of color #546DF4: hue angle of 230.62º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #546DF4 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 109 | 244 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.04 |
| HSL | 230.63º | 0.88% | 0.64% | - |
| HSV(B) | 230.63º | 0.66% | 0.96% | - |
| XYZ | 25.45 | 19.35 | 87.98 | - |
| YUV | 116.92 | 199.72 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 244 | 0.66 | 0.55 | 0 | 0.04 | 230.63 | 0.88 | 0.64 |
| Hex | 54 | 6D | F4 | 42 | 37 | 0 | 4 | E7 | 58 | 40 |
| Octal | 124 | 155 | 364 | 102 | 67 | 0 | 4 | 347 | 130 | 100 |
| Binary | 1010100 | 1101101 | 11110100 | 1000010 | 110111 | 0 | 100 | 11100111 | 1011000 | 1000000 |
Color Harmonies of #546DF4
Complementary color
Monochromatic Colors of #546DF4
Black with #546DF4
Text Example
Text Example
White with #546DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546DF4; }
p { color: rgb(84,109,244); }
H1.HeaderClassName
{
color: #546DF4;
}
.AnyTagClassName
{
color: #546DF4;
}
</style>
background-color css
<style>
a { background-color: #546DF4; }
a { background-color: rgb(84,109,244); }
div.DivClassName
{
background-color: #546DF4;
}
.BgClassName
{
background-color: #546DF4;
}
</style>
border-color css
<style>
span { border-color: #546DF4; }
span { border-color: rgb(84,109,244); }
td.TdClassName
{
border-color: #546DF4;
}
.TagClassName
{
border-color: #546DF4;
}
</style>