Shades of Royal Blue #5D73EC
Tints of Royal Blue #5D73EC
RGB
CMYK
RGB Variations
Color information
#5D73EC (or 0x5D73EC) is known color: Royal Blue. HEX triplet: 5D, 73 and EC. RGB value is (93,115,236). Sum of RGB (Red+Green+Blue) = 93+115+236=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D73EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D73EC is #A28C13. Grayscale: #797979. Windows color (decimal): -10652692 or 15496029. OLE color: 15496029.
HSL color Cylindrical-coordinate representation of color #5D73EC: hue angle of 230.77º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D73EC is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 115 | 236 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.07 |
| HSL | 230.77º | 0.79% | 0.65% | - |
| HSV(B) | 230.77º | 0.61% | 0.93% | - |
| XYZ | 25.79 | 20.64 | 81.98 | - |
| YUV | 122.22 | 192.21 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 236 | 0.61 | 0.51 | 0 | 0.07 | 230.77 | 0.79 | 0.65 |
| Hex | 5D | 73 | EC | 3D | 33 | 0 | 7 | E7 | 4F | 41 |
| Octal | 135 | 163 | 354 | 75 | 63 | 0 | 7 | 347 | 117 | 101 |
| Binary | 1011101 | 1110011 | 11101100 | 111101 | 110011 | 0 | 111 | 11100111 | 1001111 | 1000001 |
Color Harmonies of #5D73EC
Complementary color
Monochromatic Colors of #5D73EC
Black with #5D73EC
Text Example
Text Example
White with #5D73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D73EC; }
p { color: rgb(93,115,236); }
H1.HeaderClassName
{
color: #5D73EC;
}
.AnyTagClassName
{
color: #5D73EC;
}
</style>
background-color css
<style>
a { background-color: #5D73EC; }
a { background-color: rgb(93,115,236); }
div.DivClassName
{
background-color: #5D73EC;
}
.BgClassName
{
background-color: #5D73EC;
}
</style>
border-color css
<style>
span { border-color: #5D73EC; }
span { border-color: rgb(93,115,236); }
td.TdClassName
{
border-color: #5D73EC;
}
.TagClassName
{
border-color: #5D73EC;
}
</style>