Shades of Royal Blue #505FEC
Tints of Royal Blue #505FEC
RGB
CMYK
RGB Variations
Color information
#505FEC (or 0x505FEC) is known color: Royal Blue. HEX triplet: 50, 5F and EC. RGB value is (80,95,236). Sum of RGB (Red+Green+Blue) = 80+95+236=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #505FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505FEC is #AFA013. Grayscale: #6A6A6A. Windows color (decimal): -11509780 or 15490896. OLE color: 15490896.
HSL color Cylindrical-coordinate representation of color #505FEC: hue angle of 234.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #505FEC is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 95 | 236 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.07 |
| HSL | 234.23º | 0.8% | 0.62% | - |
| HSV(B) | 234.23º | 0.66% | 0.93% | - |
| XYZ | 22.54 | 15.95 | 81.25 | - |
| YUV | 106.59 | 201.03 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 236 | 0.66 | 0.60 | 0 | 0.07 | 234.23 | 0.8 | 0.62 |
| Hex | 50 | 5F | EC | 42 | 3C | 0 | 7 | EA | 50 | 3E |
| Octal | 120 | 137 | 354 | 102 | 74 | 0 | 7 | 352 | 120 | 76 |
| Binary | 1010000 | 1011111 | 11101100 | 1000010 | 111100 | 0 | 111 | 11101010 | 1010000 | 111110 |
Color Harmonies of #505FEC
Complementary color
Monochromatic Colors of #505FEC
Black with #505FEC
Text Example
Text Example
White with #505FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505FEC; }
p { color: rgb(80,95,236); }
H1.HeaderClassName
{
color: #505FEC;
}
.AnyTagClassName
{
color: #505FEC;
}
</style>
background-color css
<style>
a { background-color: #505FEC; }
a { background-color: rgb(80,95,236); }
div.DivClassName
{
background-color: #505FEC;
}
.BgClassName
{
background-color: #505FEC;
}
</style>
border-color css
<style>
span { border-color: #505FEC; }
span { border-color: rgb(80,95,236); }
td.TdClassName
{
border-color: #505FEC;
}
.TagClassName
{
border-color: #505FEC;
}
</style>