Shades of Royal Blue #5D70D9
Tints of Royal Blue #5D70D9
RGB
CMYK
RGB Variations
Color information
#5D70D9 (or 0x5D70D9) is known color: Royal Blue. HEX triplet: 5D, 70 and D9. RGB value is (93,112,217). Sum of RGB (Red+Green+Blue) = 93+112+217=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #5D70D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D70D9 is #A28F26. Grayscale: #757575. Windows color (decimal): -10653479 or 14250077. OLE color: 14250077.
HSL color Cylindrical-coordinate representation of color #5D70D9: hue angle of 230.81º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D70D9 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 112 | 217 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.15 |
| HSL | 230.81º | 0.62% | 0.61% | - |
| HSV(B) | 230.81º | 0.57% | 0.85% | - |
| XYZ | 22.83 | 18.93 | 68.1 | - |
| YUV | 118.29 | 183.71 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 217 | 0.57 | 0.48 | 0 | 0.15 | 230.81 | 0.62 | 0.61 |
| Hex | 5D | 70 | D9 | 39 | 30 | 0 | F | E7 | 3E | 3D |
| Octal | 135 | 160 | 331 | 71 | 60 | 0 | 17 | 347 | 76 | 75 |
| Binary | 1011101 | 1110000 | 11011001 | 111001 | 110000 | 0 | 1111 | 11100111 | 111110 | 111101 |
Color Harmonies of #5D70D9
Complementary color
Monochromatic Colors of #5D70D9
Black with #5D70D9
Text Example
Text Example
White with #5D70D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D70D9; }
p { color: rgb(93,112,217); }
H1.HeaderClassName
{
color: #5D70D9;
}
.AnyTagClassName
{
color: #5D70D9;
}
</style>
background-color css
<style>
a { background-color: #5D70D9; }
a { background-color: rgb(93,112,217); }
div.DivClassName
{
background-color: #5D70D9;
}
.BgClassName
{
background-color: #5D70D9;
}
</style>
border-color css
<style>
span { border-color: #5D70D9; }
span { border-color: rgb(93,112,217); }
td.TdClassName
{
border-color: #5D70D9;
}
.TagClassName
{
border-color: #5D70D9;
}
</style>