Shades of Royal Blue #5B70DB
Tints of Royal Blue #5B70DB
RGB
CMYK
RGB Variations
Color information
#5B70DB (or 0x5B70DB) is known color: Royal Blue. HEX triplet: 5B, 70 and DB. RGB value is (91,112,219). Sum of RGB (Red+Green+Blue) = 91+112+219=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B70DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B70DB is #A48F24. Grayscale: #757575. Windows color (decimal): -10784549 or 14381147. OLE color: 14381147.
HSL color Cylindrical-coordinate representation of color #5B70DB: hue angle of 230.16º 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 #5B70DB is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 112 | 219 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.14 |
| HSL | 230.16º | 0.64% | 0.61% | - |
| HSV(B) | 230.16º | 0.58% | 0.86% | - |
| XYZ | 22.89 | 18.93 | 69.46 | - |
| YUV | 117.92 | 185.04 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 219 | 0.58 | 0.49 | 0 | 0.14 | 230.16 | 0.64 | 0.61 |
| Hex | 5B | 70 | DB | 3A | 31 | 0 | E | E6 | 40 | 3D |
| Octal | 133 | 160 | 333 | 72 | 61 | 0 | 16 | 346 | 100 | 75 |
| Binary | 1011011 | 1110000 | 11011011 | 111010 | 110001 | 0 | 1110 | 11100110 | 1000000 | 111101 |
Color Harmonies of #5B70DB
Complementary color
Monochromatic Colors of #5B70DB
Black with #5B70DB
Text Example
Text Example
White with #5B70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B70DB; }
p { color: rgb(91,112,219); }
H1.HeaderClassName
{
color: #5B70DB;
}
.AnyTagClassName
{
color: #5B70DB;
}
</style>
background-color css
<style>
a { background-color: #5B70DB; }
a { background-color: rgb(91,112,219); }
div.DivClassName
{
background-color: #5B70DB;
}
.BgClassName
{
background-color: #5B70DB;
}
</style>
border-color css
<style>
span { border-color: #5B70DB; }
span { border-color: rgb(91,112,219); }
td.TdClassName
{
border-color: #5B70DB;
}
.TagClassName
{
border-color: #5B70DB;
}
</style>