Shades of Royal Blue #505FE1
Tints of Royal Blue #505FE1
RGB
CMYK
RGB Variations
Color information
#505FE1 (or 0x505FE1) is known color: Royal Blue. HEX triplet: 50, 5F and E1. RGB value is (80,95,225). Sum of RGB (Red+Green+Blue) = 80+95+225=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #505FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FE1 is #AFA01E. Grayscale: #686868. Windows color (decimal): -11509791 or 14770000. OLE color: 14770000.
HSL color Cylindrical-coordinate representation of color #505FE1: hue angle of 233.79º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #505FE1 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 95 | 225 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.12 |
| HSL | 233.79º | 0.71% | 0.6% | - |
| HSV(B) | 233.79º | 0.64% | 0.88% | - |
| XYZ | 20.99 | 15.33 | 73.09 | - |
| YUV | 105.34 | 195.53 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 225 | 0.64 | 0.58 | 0 | 0.12 | 233.79 | 0.71 | 0.6 |
| Hex | 50 | 5F | E1 | 40 | 3A | 0 | C | EA | 47 | 3C |
| Octal | 120 | 137 | 341 | 100 | 72 | 0 | 14 | 352 | 107 | 74 |
| Binary | 1010000 | 1011111 | 11100001 | 1000000 | 111010 | 0 | 1100 | 11101010 | 1000111 | 111100 |
Color Harmonies of #505FE1
Complementary color
Monochromatic Colors of #505FE1
Black with #505FE1
Text Example
Text Example
White with #505FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505FE1; }
p { color: rgb(80,95,225); }
H1.HeaderClassName
{
color: #505FE1;
}
.AnyTagClassName
{
color: #505FE1;
}
</style>
background-color css
<style>
a { background-color: #505FE1; }
a { background-color: rgb(80,95,225); }
div.DivClassName
{
background-color: #505FE1;
}
.BgClassName
{
background-color: #505FE1;
}
</style>
border-color css
<style>
span { border-color: #505FE1; }
span { border-color: rgb(80,95,225); }
td.TdClassName
{
border-color: #505FE1;
}
.TagClassName
{
border-color: #505FE1;
}
</style>