Shades of Royal Blue #5D6FEB
Tints of Royal Blue #5D6FEB
RGB
CMYK
RGB Variations
Color information
#5D6FEB (or 0x5D6FEB) is known color: Royal Blue. HEX triplet: 5D, 6F and EB. RGB value is (93,111,235). Sum of RGB (Red+Green+Blue) = 93+111+235=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D6FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6FEB is #A29014. Grayscale: #777777. Windows color (decimal): -10653717 or 15429469. OLE color: 15429469.
HSL color Cylindrical-coordinate representation of color #5D6FEB: hue angle of 232.39º 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 #5D6FEB is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 111 | 235 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.08 |
| HSL | 232.39º | 0.78% | 0.64% | - |
| HSV(B) | 232.39º | 0.6% | 0.92% | - |
| XYZ | 25.19 | 19.69 | 81.07 | - |
| YUV | 119.75 | 193.04 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 111 | 235 | 0.60 | 0.53 | 0 | 0.08 | 232.39 | 0.78 | 0.64 |
| Hex | 5D | 6F | EB | 3C | 35 | 0 | 8 | E8 | 4E | 40 |
| Octal | 135 | 157 | 353 | 74 | 65 | 0 | 10 | 350 | 116 | 100 |
| Binary | 1011101 | 1101111 | 11101011 | 111100 | 110101 | 0 | 1000 | 11101000 | 1001110 | 1000000 |
Color Harmonies of #5D6FEB
Complementary color
Monochromatic Colors of #5D6FEB
Black with #5D6FEB
Text Example
Text Example
White with #5D6FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6FEB; }
p { color: rgb(93,111,235); }
H1.HeaderClassName
{
color: #5D6FEB;
}
.AnyTagClassName
{
color: #5D6FEB;
}
</style>
background-color css
<style>
a { background-color: #5D6FEB; }
a { background-color: rgb(93,111,235); }
div.DivClassName
{
background-color: #5D6FEB;
}
.BgClassName
{
background-color: #5D6FEB;
}
</style>
border-color css
<style>
span { border-color: #5D6FEB; }
span { border-color: rgb(93,111,235); }
td.TdClassName
{
border-color: #5D6FEB;
}
.TagClassName
{
border-color: #5D6FEB;
}
</style>