Shades of Royal Blue #5D71EE
Tints of Royal Blue #5D71EE
RGB
CMYK
RGB Variations
Color information
#5D71EE (or 0x5D71EE) is known color: Royal Blue. HEX triplet: 5D, 71 and EE. RGB value is (93,113,238). Sum of RGB (Red+Green+Blue) = 93+113+238=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D71EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D71EE is #A28E11. Grayscale: #787878. Windows color (decimal): -10653202 or 15626589. OLE color: 15626589.
HSL color Cylindrical-coordinate representation of color #5D71EE: hue angle of 231.72º 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 #5D71EE is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 113 | 238 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.07 |
| HSL | 231.72º | 0.81% | 0.65% | - |
| HSV(B) | 231.72º | 0.61% | 0.93% | - |
| XYZ | 25.85 | 20.31 | 83.45 | - |
| YUV | 121.27 | 193.87 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 238 | 0.61 | 0.53 | 0 | 0.07 | 231.72 | 0.81 | 0.65 |
| Hex | 5D | 71 | EE | 3D | 35 | 0 | 7 | E8 | 51 | 41 |
| Octal | 135 | 161 | 356 | 75 | 65 | 0 | 7 | 350 | 121 | 101 |
| Binary | 1011101 | 1110001 | 11101110 | 111101 | 110101 | 0 | 111 | 11101000 | 1010001 | 1000001 |
Color Harmonies of #5D71EE
Complementary color
Monochromatic Colors of #5D71EE
Black with #5D71EE
Text Example
Text Example
White with #5D71EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D71EE; }
p { color: rgb(93,113,238); }
H1.HeaderClassName
{
color: #5D71EE;
}
.AnyTagClassName
{
color: #5D71EE;
}
</style>
background-color css
<style>
a { background-color: #5D71EE; }
a { background-color: rgb(93,113,238); }
div.DivClassName
{
background-color: #5D71EE;
}
.BgClassName
{
background-color: #5D71EE;
}
</style>
border-color css
<style>
span { border-color: #5D71EE; }
span { border-color: rgb(93,113,238); }
td.TdClassName
{
border-color: #5D71EE;
}
.TagClassName
{
border-color: #5D71EE;
}
</style>