Shades of Royal Blue #505EDC
Tints of Royal Blue #505EDC
RGB
CMYK
RGB Variations
Color information
#505EDC (or 0x505EDC) is known color: Royal Blue. HEX triplet: 50, 5E and DC. RGB value is (80,94,220). Sum of RGB (Red+Green+Blue) = 80+94+220=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #505EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505EDC is #AFA123. Grayscale: #676767. Windows color (decimal): -11510052 or 14442064. OLE color: 14442064.
HSL color Cylindrical-coordinate representation of color #505EDC: hue angle of 234º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #505EDC is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 94 | 220 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.14 |
| HSL | 234º | 0.67% | 0.59% | - |
| HSV(B) | 234º | 0.64% | 0.86% | - |
| XYZ | 20.23 | 14.88 | 69.52 | - |
| YUV | 104.18 | 193.36 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 220 | 0.64 | 0.57 | 0 | 0.14 | 234 | 0.67 | 0.59 |
| Hex | 50 | 5E | DC | 40 | 39 | 0 | E | EA | 43 | 3B |
| Octal | 120 | 136 | 334 | 100 | 71 | 0 | 16 | 352 | 103 | 73 |
| Binary | 1010000 | 1011110 | 11011100 | 1000000 | 111001 | 0 | 1110 | 11101010 | 1000011 | 111011 |
Color Harmonies of #505EDC
Complementary color
Monochromatic Colors of #505EDC
Black with #505EDC
Text Example
Text Example
White with #505EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505EDC; }
p { color: rgb(80,94,220); }
H1.HeaderClassName
{
color: #505EDC;
}
.AnyTagClassName
{
color: #505EDC;
}
</style>
background-color css
<style>
a { background-color: #505EDC; }
a { background-color: rgb(80,94,220); }
div.DivClassName
{
background-color: #505EDC;
}
.BgClassName
{
background-color: #505EDC;
}
</style>
border-color css
<style>
span { border-color: #505EDC; }
span { border-color: rgb(80,94,220); }
td.TdClassName
{
border-color: #505EDC;
}
.TagClassName
{
border-color: #505EDC;
}
</style>