Shades of Royal Blue #545DDF
Tints of Royal Blue #545DDF
RGB
CMYK
RGB Variations
Color information
#545DDF (or 0x545DDF) is known color: Royal Blue. HEX triplet: 54, 5D and DF. RGB value is (84,93,223). Sum of RGB (Red+Green+Blue) = 84+93+223=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #545DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DDF is #ABA220. Grayscale: #686868. Windows color (decimal): -11248161 or 14638420. OLE color: 14638420.
HSL color Cylindrical-coordinate representation of color #545DDF: hue angle of 236.12º 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 #545DDF is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 93 | 223 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.13 |
| HSL | 236.12º | 0.68% | 0.6% | - |
| HSV(B) | 236.12º | 0.62% | 0.87% | - |
| XYZ | 20.89 | 15.04 | 71.61 | - |
| YUV | 105.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 223 | 0.62 | 0.58 | 0 | 0.13 | 236.12 | 0.68 | 0.6 |
| Hex | 54 | 5D | DF | 3E | 3A | 0 | D | EC | 44 | 3C |
| Octal | 124 | 135 | 337 | 76 | 72 | 0 | 15 | 354 | 104 | 74 |
| Binary | 1010100 | 1011101 | 11011111 | 111110 | 111010 | 0 | 1101 | 11101100 | 1000100 | 111100 |
Color Harmonies of #545DDF
Complementary color
Monochromatic Colors of #545DDF
Black with #545DDF
Text Example
Text Example
White with #545DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DDF; }
p { color: rgb(84,93,223); }
H1.HeaderClassName
{
color: #545DDF;
}
.AnyTagClassName
{
color: #545DDF;
}
</style>
background-color css
<style>
a { background-color: #545DDF; }
a { background-color: rgb(84,93,223); }
div.DivClassName
{
background-color: #545DDF;
}
.BgClassName
{
background-color: #545DDF;
}
</style>
border-color css
<style>
span { border-color: #545DDF; }
span { border-color: rgb(84,93,223); }
td.TdClassName
{
border-color: #545DDF;
}
.TagClassName
{
border-color: #545DDF;
}
</style>