Shades of Royal Blue #506BE5
Tints of Royal Blue #506BE5
RGB
CMYK
RGB Variations
Color information
#506BE5 (or 0x506BE5) is known color: Royal Blue. HEX triplet: 50, 6B and E5. RGB value is (80,107,229). Sum of RGB (Red+Green+Blue) = 80+107+229=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #506BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BE5 is #AF941A. Grayscale: #707070. Windows color (decimal): -11506715 or 15035216. OLE color: 15035216.
HSL color Cylindrical-coordinate representation of color #506BE5: hue angle of 229.13º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #506BE5 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 107 | 229 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.10 |
| HSL | 229.13º | 0.74% | 0.61% | - |
| HSV(B) | 229.13º | 0.65% | 0.9% | - |
| XYZ | 22.71 | 17.88 | 76.38 | - |
| YUV | 112.84 | 193.55 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 229 | 0.65 | 0.53 | 0 | 0.10 | 229.13 | 0.74 | 0.61 |
| Hex | 50 | 6B | E5 | 41 | 35 | 0 | A | E5 | 4A | 3D |
| Octal | 120 | 153 | 345 | 101 | 65 | 0 | 12 | 345 | 112 | 75 |
| Binary | 1010000 | 1101011 | 11100101 | 1000001 | 110101 | 0 | 1010 | 11100101 | 1001010 | 111101 |
Color Harmonies of #506BE5
Complementary color
Monochromatic Colors of #506BE5
Black with #506BE5
Text Example
Text Example
White with #506BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506BE5; }
p { color: rgb(80,107,229); }
H1.HeaderClassName
{
color: #506BE5;
}
.AnyTagClassName
{
color: #506BE5;
}
</style>
background-color css
<style>
a { background-color: #506BE5; }
a { background-color: rgb(80,107,229); }
div.DivClassName
{
background-color: #506BE5;
}
.BgClassName
{
background-color: #506BE5;
}
</style>
border-color css
<style>
span { border-color: #506BE5; }
span { border-color: rgb(80,107,229); }
td.TdClassName
{
border-color: #506BE5;
}
.TagClassName
{
border-color: #506BE5;
}
</style>