Shades of Royal Blue #5D75EB
Tints of Royal Blue #5D75EB
RGB
CMYK
RGB Variations
Color information
#5D75EB (or 0x5D75EB) is known color: Royal Blue. HEX triplet: 5D, 75 and EB. RGB value is (93,117,235). Sum of RGB (Red+Green+Blue) = 93+117+235=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D75EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D75EB is #A28A14. Grayscale: #7A7A7A. Windows color (decimal): -10652181 or 15431005. OLE color: 15431005.
HSL color Cylindrical-coordinate representation of color #5D75EB: hue angle of 229.86º 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 #5D75EB is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 117 | 235 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.08 |
| HSL | 229.86º | 0.78% | 0.64% | - |
| HSV(B) | 229.86º | 0.6% | 0.92% | - |
| XYZ | 25.87 | 21.05 | 81.3 | - |
| YUV | 123.28 | 191.05 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 235 | 0.60 | 0.50 | 0 | 0.08 | 229.86 | 0.78 | 0.64 |
| Hex | 5D | 75 | EB | 3C | 32 | 0 | 8 | E6 | 4E | 40 |
| Octal | 135 | 165 | 353 | 74 | 62 | 0 | 10 | 346 | 116 | 100 |
| Binary | 1011101 | 1110101 | 11101011 | 111100 | 110010 | 0 | 1000 | 11100110 | 1001110 | 1000000 |
Color Harmonies of #5D75EB
Complementary color
Monochromatic Colors of #5D75EB
Black with #5D75EB
Text Example
Text Example
White with #5D75EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D75EB; }
p { color: rgb(93,117,235); }
H1.HeaderClassName
{
color: #5D75EB;
}
.AnyTagClassName
{
color: #5D75EB;
}
</style>
background-color css
<style>
a { background-color: #5D75EB; }
a { background-color: rgb(93,117,235); }
div.DivClassName
{
background-color: #5D75EB;
}
.BgClassName
{
background-color: #5D75EB;
}
</style>
border-color css
<style>
span { border-color: #5D75EB; }
span { border-color: rgb(93,117,235); }
td.TdClassName
{
border-color: #5D75EB;
}
.TagClassName
{
border-color: #5D75EB;
}
</style>