Shades of Royal Blue #545DD8
Tints of Royal Blue #545DD8
RGB
CMYK
RGB Variations
Color information
#545DD8 (or 0x545DD8) is known color: Royal Blue. HEX triplet: 54, 5D and D8. RGB value is (84,93,216). Sum of RGB (Red+Green+Blue) = 84+93+216=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #545DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DD8 is #ABA227. Grayscale: #676767. Windows color (decimal): -11248168 or 14179668. OLE color: 14179668.
HSL color Cylindrical-coordinate representation of color #545DD8: hue angle of 235.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #545DD8 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 93 | 216 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.15 |
| HSL | 235.91º | 0.63% | 0.59% | - |
| HSV(B) | 235.91º | 0.61% | 0.85% | - |
| XYZ | 19.97 | 14.67 | 66.75 | - |
| YUV | 104.33 | 191.02 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 216 | 0.61 | 0.57 | 0 | 0.15 | 235.91 | 0.63 | 0.59 |
| Hex | 54 | 5D | D8 | 3D | 39 | 0 | F | EC | 3F | 3B |
| Octal | 124 | 135 | 330 | 75 | 71 | 0 | 17 | 354 | 77 | 73 |
| Binary | 1010100 | 1011101 | 11011000 | 111101 | 111001 | 0 | 1111 | 11101100 | 111111 | 111011 |
Color Harmonies of #545DD8
Complementary color
Monochromatic Colors of #545DD8
Black with #545DD8
Text Example
Text Example
White with #545DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DD8; }
p { color: rgb(84,93,216); }
H1.HeaderClassName
{
color: #545DD8;
}
.AnyTagClassName
{
color: #545DD8;
}
</style>
background-color css
<style>
a { background-color: #545DD8; }
a { background-color: rgb(84,93,216); }
div.DivClassName
{
background-color: #545DD8;
}
.BgClassName
{
background-color: #545DD8;
}
</style>
border-color css
<style>
span { border-color: #545DD8; }
span { border-color: rgb(84,93,216); }
td.TdClassName
{
border-color: #545DD8;
}
.TagClassName
{
border-color: #545DD8;
}
</style>