Shades of Royal Blue #5D74EB
Tints of Royal Blue #5D74EB
RGB
CMYK
RGB Variations
Color information
#5D74EB (or 0x5D74EB) is known color: Royal Blue. HEX triplet: 5D, 74 and EB. RGB value is (93,116,235). Sum of RGB (Red+Green+Blue) = 93+116+235=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D74EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D74EB is #A28B14. Grayscale: #7A7A7A. Windows color (decimal): -10652437 or 15430749. OLE color: 15430749.
HSL color Cylindrical-coordinate representation of color #5D74EB: hue angle of 230.28º 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 #5D74EB is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 116 | 235 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.08 |
| HSL | 230.28º | 0.78% | 0.64% | - |
| HSV(B) | 230.28º | 0.6% | 0.92% | - |
| XYZ | 25.75 | 20.82 | 81.26 | - |
| YUV | 122.69 | 191.38 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 235 | 0.60 | 0.51 | 0 | 0.08 | 230.28 | 0.78 | 0.64 |
| Hex | 5D | 74 | EB | 3C | 33 | 0 | 8 | E6 | 4E | 40 |
| Octal | 135 | 164 | 353 | 74 | 63 | 0 | 10 | 346 | 116 | 100 |
| Binary | 1011101 | 1110100 | 11101011 | 111100 | 110011 | 0 | 1000 | 11100110 | 1001110 | 1000000 |
Color Harmonies of #5D74EB
Complementary color
Monochromatic Colors of #5D74EB
Black with #5D74EB
Text Example
Text Example
White with #5D74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D74EB; }
p { color: rgb(93,116,235); }
H1.HeaderClassName
{
color: #5D74EB;
}
.AnyTagClassName
{
color: #5D74EB;
}
</style>
background-color css
<style>
a { background-color: #5D74EB; }
a { background-color: rgb(93,116,235); }
div.DivClassName
{
background-color: #5D74EB;
}
.BgClassName
{
background-color: #5D74EB;
}
</style>
border-color css
<style>
span { border-color: #5D74EB; }
span { border-color: rgb(93,116,235); }
td.TdClassName
{
border-color: #5D74EB;
}
.TagClassName
{
border-color: #5D74EB;
}
</style>