Shades of Royal Blue #505FED
Tints of Royal Blue #505FED
RGB
CMYK
RGB Variations
Color information
#505FED (or 0x505FED) is known color: Royal Blue. HEX triplet: 50, 5F and ED. RGB value is (80,95,237). Sum of RGB (Red+Green+Blue) = 80+95+237=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #505FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505FED is #AFA012. Grayscale: #6A6A6A. Windows color (decimal): -11509779 or 15556432. OLE color: 15556432.
HSL color Cylindrical-coordinate representation of color #505FED: hue angle of 234.27º degrees, saturation: 0.81, 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 #505FED is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 95 | 237 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.07 |
| HSL | 234.27º | 0.81% | 0.62% | - |
| HSV(B) | 234.27º | 0.66% | 0.93% | - |
| XYZ | 22.69 | 16 | 82.01 | - |
| YUV | 106.7 | 201.53 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 237 | 0.66 | 0.60 | 0 | 0.07 | 234.27 | 0.81 | 0.62 |
| Hex | 50 | 5F | ED | 42 | 3C | 0 | 7 | EA | 51 | 3E |
| Octal | 120 | 137 | 355 | 102 | 74 | 0 | 7 | 352 | 121 | 76 |
| Binary | 1010000 | 1011111 | 11101101 | 1000010 | 111100 | 0 | 111 | 11101010 | 1010001 | 111110 |
Color Harmonies of #505FED
Complementary color
Monochromatic Colors of #505FED
Black with #505FED
Text Example
Text Example
White with #505FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505FED; }
p { color: rgb(80,95,237); }
H1.HeaderClassName
{
color: #505FED;
}
.AnyTagClassName
{
color: #505FED;
}
</style>
background-color css
<style>
a { background-color: #505FED; }
a { background-color: rgb(80,95,237); }
div.DivClassName
{
background-color: #505FED;
}
.BgClassName
{
background-color: #505FED;
}
</style>
border-color css
<style>
span { border-color: #505FED; }
span { border-color: rgb(80,95,237); }
td.TdClassName
{
border-color: #505FED;
}
.TagClassName
{
border-color: #505FED;
}
</style>