Shades of Royal Blue #5B70EB
Tints of Royal Blue #5B70EB
RGB
CMYK
RGB Variations
Color information
#5B70EB (or 0x5B70EB) is known color: Royal Blue. HEX triplet: 5B, 70 and EB. RGB value is (91,112,235). Sum of RGB (Red+Green+Blue) = 91+112+235=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B70EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B70EB is #A48F14. Grayscale: #777777. Windows color (decimal): -10784533 or 15429723. OLE color: 15429723.
HSL color Cylindrical-coordinate representation of color #5B70EB: hue angle of 231.25º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B70EB is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 112 | 235 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.08 |
| HSL | 231.25º | 0.78% | 0.64% | - |
| HSV(B) | 231.25º | 0.61% | 0.92% | - |
| XYZ | 25.1 | 19.81 | 81.1 | - |
| YUV | 119.74 | 193.04 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 235 | 0.61 | 0.52 | 0 | 0.08 | 231.25 | 0.78 | 0.64 |
| Hex | 5B | 70 | EB | 3D | 34 | 0 | 8 | E7 | 4E | 40 |
| Octal | 133 | 160 | 353 | 75 | 64 | 0 | 10 | 347 | 116 | 100 |
| Binary | 1011011 | 1110000 | 11101011 | 111101 | 110100 | 0 | 1000 | 11100111 | 1001110 | 1000000 |
Color Harmonies of #5B70EB
Complementary color
Monochromatic Colors of #5B70EB
Black with #5B70EB
Text Example
Text Example
White with #5B70EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B70EB; }
p { color: rgb(91,112,235); }
H1.HeaderClassName
{
color: #5B70EB;
}
.AnyTagClassName
{
color: #5B70EB;
}
</style>
background-color css
<style>
a { background-color: #5B70EB; }
a { background-color: rgb(91,112,235); }
div.DivClassName
{
background-color: #5B70EB;
}
.BgClassName
{
background-color: #5B70EB;
}
</style>
border-color css
<style>
span { border-color: #5B70EB; }
span { border-color: rgb(91,112,235); }
td.TdClassName
{
border-color: #5B70EB;
}
.TagClassName
{
border-color: #5B70EB;
}
</style>