Shades of Royal Blue #505EEA
Tints of Royal Blue #505EEA
RGB
CMYK
RGB Variations
Color information
#505EEA (or 0x505EEA) is known color: Royal Blue. HEX triplet: 50, 5E and EA. RGB value is (80,94,234). Sum of RGB (Red+Green+Blue) = 80+94+234=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #505EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505EEA is #AFA115. Grayscale: #696969. Windows color (decimal): -11510038 or 15359568. OLE color: 15359568.
HSL color Cylindrical-coordinate representation of color #505EEA: hue angle of 234.55º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #505EEA is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 94 | 234 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.08 |
| HSL | 234.55º | 0.79% | 0.62% | - |
| HSV(B) | 234.55º | 0.66% | 0.92% | - |
| XYZ | 22.16 | 15.65 | 79.69 | - |
| YUV | 105.77 | 200.36 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 234 | 0.66 | 0.60 | 0 | 0.08 | 234.55 | 0.79 | 0.62 |
| Hex | 50 | 5E | EA | 42 | 3C | 0 | 8 | EB | 4F | 3E |
| Octal | 120 | 136 | 352 | 102 | 74 | 0 | 10 | 353 | 117 | 76 |
| Binary | 1010000 | 1011110 | 11101010 | 1000010 | 111100 | 0 | 1000 | 11101011 | 1001111 | 111110 |
Color Harmonies of #505EEA
Complementary color
Monochromatic Colors of #505EEA
Black with #505EEA
Text Example
Text Example
White with #505EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505EEA; }
p { color: rgb(80,94,234); }
H1.HeaderClassName
{
color: #505EEA;
}
.AnyTagClassName
{
color: #505EEA;
}
</style>
background-color css
<style>
a { background-color: #505EEA; }
a { background-color: rgb(80,94,234); }
div.DivClassName
{
background-color: #505EEA;
}
.BgClassName
{
background-color: #505EEA;
}
</style>
border-color css
<style>
span { border-color: #505EEA; }
span { border-color: rgb(80,94,234); }
td.TdClassName
{
border-color: #505EEA;
}
.TagClassName
{
border-color: #505EEA;
}
</style>