Shades of Royal Blue #5379EB
Tints of Royal Blue #5379EB
RGB
CMYK
RGB Variations
Color information
#5379EB (or 0x5379EB) is known color: Royal Blue. HEX triplet: 53, 79 and EB. RGB value is (83,121,235). Sum of RGB (Red+Green+Blue) = 83+121+235=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #5379EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5379EB is #AC8614. Grayscale: #7A7A7A. Windows color (decimal): -11306517 or 15432019. OLE color: 15432019.
HSL color Cylindrical-coordinate representation of color #5379EB: hue angle of 225º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5379EB is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 121 | 235 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.08 |
| HSL | 225º | 0.79% | 0.62% | - |
| HSV(B) | 225º | 0.65% | 0.92% | - |
| XYZ | 25.4 | 21.51 | 81.41 | - |
| YUV | 122.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 235 | 0.65 | 0.49 | 0 | 0.08 | 225 | 0.79 | 0.62 |
| Hex | 53 | 79 | EB | 41 | 31 | 0 | 8 | E1 | 4F | 3E |
| Octal | 123 | 171 | 353 | 101 | 61 | 0 | 10 | 341 | 117 | 76 |
| Binary | 1010011 | 1111001 | 11101011 | 1000001 | 110001 | 0 | 1000 | 11100001 | 1001111 | 111110 |
Color Harmonies of #5379EB
Complementary color
Monochromatic Colors of #5379EB
Black with #5379EB
Text Example
Text Example
White with #5379EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5379EB; }
p { color: rgb(83,121,235); }
H1.HeaderClassName
{
color: #5379EB;
}
.AnyTagClassName
{
color: #5379EB;
}
</style>
background-color css
<style>
a { background-color: #5379EB; }
a { background-color: rgb(83,121,235); }
div.DivClassName
{
background-color: #5379EB;
}
.BgClassName
{
background-color: #5379EB;
}
</style>
border-color css
<style>
span { border-color: #5379EB; }
span { border-color: rgb(83,121,235); }
td.TdClassName
{
border-color: #5379EB;
}
.TagClassName
{
border-color: #5379EB;
}
</style>