Shades of Royal Blue #5D6DEB
Tints of Royal Blue #5D6DEB
RGB
CMYK
RGB Variations
Color information
#5D6DEB (or 0x5D6DEB) is known color: Royal Blue. HEX triplet: 5D, 6D and EB. RGB value is (93,109,235). Sum of RGB (Red+Green+Blue) = 93+109+235=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D6DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6DEB is #A29214. Grayscale: #767676. Windows color (decimal): -10654229 or 15428957. OLE color: 15428957.
HSL color Cylindrical-coordinate representation of color #5D6DEB: hue angle of 233.24º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D6DEB is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 109 | 235 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.08 |
| HSL | 233.24º | 0.78% | 0.64% | - |
| HSV(B) | 233.24º | 0.6% | 0.92% | - |
| XYZ | 24.98 | 19.26 | 81 | - |
| YUV | 118.58 | 193.7 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 109 | 235 | 0.60 | 0.54 | 0 | 0.08 | 233.24 | 0.78 | 0.64 |
| Hex | 5D | 6D | EB | 3C | 36 | 0 | 8 | E9 | 4E | 40 |
| Octal | 135 | 155 | 353 | 74 | 66 | 0 | 10 | 351 | 116 | 100 |
| Binary | 1011101 | 1101101 | 11101011 | 111100 | 110110 | 0 | 1000 | 11101001 | 1001110 | 1000000 |
Color Harmonies of #5D6DEB
Complementary color
Monochromatic Colors of #5D6DEB
Black with #5D6DEB
Text Example
Text Example
White with #5D6DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6DEB; }
p { color: rgb(93,109,235); }
H1.HeaderClassName
{
color: #5D6DEB;
}
.AnyTagClassName
{
color: #5D6DEB;
}
</style>
background-color css
<style>
a { background-color: #5D6DEB; }
a { background-color: rgb(93,109,235); }
div.DivClassName
{
background-color: #5D6DEB;
}
.BgClassName
{
background-color: #5D6DEB;
}
</style>
border-color css
<style>
span { border-color: #5D6DEB; }
span { border-color: rgb(93,109,235); }
td.TdClassName
{
border-color: #5D6DEB;
}
.TagClassName
{
border-color: #5D6DEB;
}
</style>