Shades of Royal Blue #5D6DEE
Tints of Royal Blue #5D6DEE
RGB
CMYK
RGB Variations
Color information
#5D6DEE (or 0x5D6DEE) is known color: Royal Blue. HEX triplet: 5D, 6D and EE. RGB value is (93,109,238). Sum of RGB (Red+Green+Blue) = 93+109+238=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D6DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6DEE is #A29211. Grayscale: #767676. Windows color (decimal): -10654226 or 15625565. OLE color: 15625565.
HSL color Cylindrical-coordinate representation of color #5D6DEE: hue angle of 233.38º degrees, saturation: 0.81, 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 #5D6DEE is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 109 | 238 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.07 |
| HSL | 233.38º | 0.81% | 0.65% | - |
| HSV(B) | 233.38º | 0.61% | 0.93% | - |
| XYZ | 25.42 | 19.44 | 83.3 | - |
| YUV | 118.92 | 195.2 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 109 | 238 | 0.61 | 0.54 | 0 | 0.07 | 233.38 | 0.81 | 0.65 |
| Hex | 5D | 6D | EE | 3D | 36 | 0 | 7 | E9 | 51 | 41 |
| Octal | 135 | 155 | 356 | 75 | 66 | 0 | 7 | 351 | 121 | 101 |
| Binary | 1011101 | 1101101 | 11101110 | 111101 | 110110 | 0 | 111 | 11101001 | 1010001 | 1000001 |
Color Harmonies of #5D6DEE
Complementary color
Monochromatic Colors of #5D6DEE
Black with #5D6DEE
Text Example
Text Example
White with #5D6DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6DEE; }
p { color: rgb(93,109,238); }
H1.HeaderClassName
{
color: #5D6DEE;
}
.AnyTagClassName
{
color: #5D6DEE;
}
</style>
background-color css
<style>
a { background-color: #5D6DEE; }
a { background-color: rgb(93,109,238); }
div.DivClassName
{
background-color: #5D6DEE;
}
.BgClassName
{
background-color: #5D6DEE;
}
</style>
border-color css
<style>
span { border-color: #5D6DEE; }
span { border-color: rgb(93,109,238); }
td.TdClassName
{
border-color: #5D6DEE;
}
.TagClassName
{
border-color: #5D6DEE;
}
</style>