Shades of Royal Blue #5D70DE
Tints of Royal Blue #5D70DE
RGB
CMYK
RGB Variations
Color information
#5D70DE (or 0x5D70DE) is known color: Royal Blue. HEX triplet: 5D, 70 and DE. RGB value is (93,112,222). Sum of RGB (Red+Green+Blue) = 93+112+222=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D70DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D70DE is #A28F21. Grayscale: #767676. Windows color (decimal): -10653474 or 14577757. OLE color: 14577757.
HSL color Cylindrical-coordinate representation of color #5D70DE: hue angle of 231.16º 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 #5D70DE is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 112 | 222 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.13 |
| HSL | 231.16º | 0.66% | 0.62% | - |
| HSV(B) | 231.16º | 0.58% | 0.87% | - |
| XYZ | 23.49 | 19.19 | 71.57 | - |
| YUV | 118.86 | 186.21 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 222 | 0.58 | 0.50 | 0 | 0.13 | 231.16 | 0.66 | 0.62 |
| Hex | 5D | 70 | DE | 3A | 32 | 0 | D | E7 | 42 | 3E |
| Octal | 135 | 160 | 336 | 72 | 62 | 0 | 15 | 347 | 102 | 76 |
| Binary | 1011101 | 1110000 | 11011110 | 111010 | 110010 | 0 | 1101 | 11100111 | 1000010 | 111110 |
Color Harmonies of #5D70DE
Complementary color
Monochromatic Colors of #5D70DE
Black with #5D70DE
Text Example
Text Example
White with #5D70DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D70DE; }
p { color: rgb(93,112,222); }
H1.HeaderClassName
{
color: #5D70DE;
}
.AnyTagClassName
{
color: #5D70DE;
}
</style>
background-color css
<style>
a { background-color: #5D70DE; }
a { background-color: rgb(93,112,222); }
div.DivClassName
{
background-color: #5D70DE;
}
.BgClassName
{
background-color: #5D70DE;
}
</style>
border-color css
<style>
span { border-color: #5D70DE; }
span { border-color: rgb(93,112,222); }
td.TdClassName
{
border-color: #5D70DE;
}
.TagClassName
{
border-color: #5D70DE;
}
</style>