Shades of Royal Blue #5D74DC
Tints of Royal Blue #5D74DC
RGB
CMYK
RGB Variations
Color information
#5D74DC (or 0x5D74DC) is known color: Royal Blue. HEX triplet: 5D, 74 and DC. RGB value is (93,116,220). Sum of RGB (Red+Green+Blue) = 93+116+220=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D74DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D74DC is #A28B23. Grayscale: #787878. Windows color (decimal): -10652452 or 14447709. OLE color: 14447709.
HSL color Cylindrical-coordinate representation of color #5D74DC: hue angle of 229.13º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D74DC is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 116 | 220 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.14 |
| HSL | 229.13º | 0.64% | 0.61% | - |
| HSV(B) | 229.13º | 0.58% | 0.86% | - |
| XYZ | 23.68 | 19.99 | 70.32 | - |
| YUV | 120.98 | 183.88 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 220 | 0.58 | 0.47 | 0 | 0.14 | 229.13 | 0.64 | 0.61 |
| Hex | 5D | 74 | DC | 3A | 2F | 0 | E | E5 | 40 | 3D |
| Octal | 135 | 164 | 334 | 72 | 57 | 0 | 16 | 345 | 100 | 75 |
| Binary | 1011101 | 1110100 | 11011100 | 111010 | 101111 | 0 | 1110 | 11100101 | 1000000 | 111101 |
Color Harmonies of #5D74DC
Complementary color
Monochromatic Colors of #5D74DC
Black with #5D74DC
Text Example
Text Example
White with #5D74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D74DC; }
p { color: rgb(93,116,220); }
H1.HeaderClassName
{
color: #5D74DC;
}
.AnyTagClassName
{
color: #5D74DC;
}
</style>
background-color css
<style>
a { background-color: #5D74DC; }
a { background-color: rgb(93,116,220); }
div.DivClassName
{
background-color: #5D74DC;
}
.BgClassName
{
background-color: #5D74DC;
}
</style>
border-color css
<style>
span { border-color: #5D74DC; }
span { border-color: rgb(93,116,220); }
td.TdClassName
{
border-color: #5D74DC;
}
.TagClassName
{
border-color: #5D74DC;
}
</style>