Shades of Royal Blue #546FDE
Tints of Royal Blue #546FDE
RGB
CMYK
RGB Variations
Color information
#546FDE (or 0x546FDE) is known color: Royal Blue. HEX triplet: 54, 6F and DE. RGB value is (84,111,222). Sum of RGB (Red+Green+Blue) = 84+111+222=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #546FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FDE is #AB9021. Grayscale: #737373. Windows color (decimal): -11243554 or 14577492. OLE color: 14577492.
HSL color Cylindrical-coordinate representation of color #546FDE: hue angle of 228.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #546FDE is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 111 | 222 | - |
| CMYK | 0.62 | 0.5 | 0 | 0.13 |
| HSL | 228.26º | 0.68% | 0.6% | - |
| HSV(B) | 228.26º | 0.62% | 0.87% | - |
| XYZ | 22.53 | 18.53 | 71.5 | - |
| YUV | 115.58 | 188.05 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 222 | 0.62 | 0.5 | 0 | 0.13 | 228.26 | 0.68 | 0.6 |
| Hex | 54 | 6F | DE | 3E | 32 | 0 | D | E4 | 44 | 3C |
| Octal | 124 | 157 | 336 | 76 | 62 | 0 | 15 | 344 | 104 | 74 |
| Binary | 1010100 | 1101111 | 11011110 | 111110 | 110010 | 0 | 1101 | 11100100 | 1000100 | 111100 |
Color Harmonies of #546FDE
Complementary color
Monochromatic Colors of #546FDE
Black with #546FDE
Text Example
Text Example
White with #546FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FDE; }
p { color: rgb(84,111,222); }
H1.HeaderClassName
{
color: #546FDE;
}
.AnyTagClassName
{
color: #546FDE;
}
</style>
background-color css
<style>
a { background-color: #546FDE; }
a { background-color: rgb(84,111,222); }
div.DivClassName
{
background-color: #546FDE;
}
.BgClassName
{
background-color: #546FDE;
}
</style>
border-color css
<style>
span { border-color: #546FDE; }
span { border-color: rgb(84,111,222); }
td.TdClassName
{
border-color: #546FDE;
}
.TagClassName
{
border-color: #546FDE;
}
</style>