Shades of Royal Blue #5D74DE
Tints of Royal Blue #5D74DE
RGB
CMYK
RGB Variations
Color information
#5D74DE (or 0x5D74DE) is known color: Royal Blue. HEX triplet: 5D, 74 and DE. RGB value is (93,116,222). Sum of RGB (Red+Green+Blue) = 93+116+222=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D74DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D74DE is #A28B21. Grayscale: #787878. Windows color (decimal): -10652450 or 14578781. OLE color: 14578781.
HSL color Cylindrical-coordinate representation of color #5D74DE: hue angle of 229.3º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D74DE is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 116 | 222 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.13 |
| HSL | 229.3º | 0.66% | 0.62% | - |
| HSV(B) | 229.3º | 0.58% | 0.87% | - |
| XYZ | 23.94 | 20.09 | 71.72 | - |
| YUV | 121.21 | 184.88 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 222 | 0.58 | 0.48 | 0 | 0.13 | 229.3 | 0.66 | 0.62 |
| Hex | 5D | 74 | DE | 3A | 30 | 0 | D | E5 | 42 | 3E |
| Octal | 135 | 164 | 336 | 72 | 60 | 0 | 15 | 345 | 102 | 76 |
| Binary | 1011101 | 1110100 | 11011110 | 111010 | 110000 | 0 | 1101 | 11100101 | 1000010 | 111110 |
Color Harmonies of #5D74DE
Complementary color
Monochromatic Colors of #5D74DE
Black with #5D74DE
Text Example
Text Example
White with #5D74DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D74DE; }
p { color: rgb(93,116,222); }
H1.HeaderClassName
{
color: #5D74DE;
}
.AnyTagClassName
{
color: #5D74DE;
}
</style>
background-color css
<style>
a { background-color: #5D74DE; }
a { background-color: rgb(93,116,222); }
div.DivClassName
{
background-color: #5D74DE;
}
.BgClassName
{
background-color: #5D74DE;
}
</style>
border-color css
<style>
span { border-color: #5D74DE; }
span { border-color: rgb(93,116,222); }
td.TdClassName
{
border-color: #5D74DE;
}
.TagClassName
{
border-color: #5D74DE;
}
</style>