Shades of Royal Blue #5D76EB
Tints of Royal Blue #5D76EB
RGB
CMYK
RGB Variations
Color information
#5D76EB (or 0x5D76EB) is known color: Royal Blue. HEX triplet: 5D, 76 and EB. RGB value is (93,118,235). Sum of RGB (Red+Green+Blue) = 93+118+235=446 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.85% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D76EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D76EB is #A28914. Grayscale: #7B7B7B. Windows color (decimal): -10651925 or 15431261. OLE color: 15431261.
HSL color Cylindrical-coordinate representation of color #5D76EB: hue angle of 229.44º 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 #5D76EB is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 118 | 235 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.08 |
| HSL | 229.44º | 0.78% | 0.64% | - |
| HSV(B) | 229.44º | 0.6% | 0.92% | - |
| XYZ | 25.99 | 21.28 | 81.34 | - |
| YUV | 123.86 | 190.72 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 235 | 0.60 | 0.50 | 0 | 0.08 | 229.44 | 0.78 | 0.64 |
| Hex | 5D | 76 | EB | 3C | 32 | 0 | 8 | E5 | 4E | 40 |
| Octal | 135 | 166 | 353 | 74 | 62 | 0 | 10 | 345 | 116 | 100 |
| Binary | 1011101 | 1110110 | 11101011 | 111100 | 110010 | 0 | 1000 | 11100101 | 1001110 | 1000000 |
Color Harmonies of #5D76EB
Complementary color
Monochromatic Colors of #5D76EB
Black with #5D76EB
Text Example
Text Example
White with #5D76EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D76EB; }
p { color: rgb(93,118,235); }
H1.HeaderClassName
{
color: #5D76EB;
}
.AnyTagClassName
{
color: #5D76EB;
}
</style>
background-color css
<style>
a { background-color: #5D76EB; }
a { background-color: rgb(93,118,235); }
div.DivClassName
{
background-color: #5D76EB;
}
.BgClassName
{
background-color: #5D76EB;
}
</style>
border-color css
<style>
span { border-color: #5D76EB; }
span { border-color: rgb(93,118,235); }
td.TdClassName
{
border-color: #5D76EB;
}
.TagClassName
{
border-color: #5D76EB;
}
</style>