Shades of Royal Blue #505DDF
Tints of Royal Blue #505DDF
RGB
CMYK
RGB Variations
Color information
#505DDF (or 0x505DDF) is known color: Royal Blue. HEX triplet: 50, 5D and DF. RGB value is (80,93,223). Sum of RGB (Red+Green+Blue) = 80+93+223=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #505DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DDF is #AFA220. Grayscale: #676767. Windows color (decimal): -11510305 or 14638416. OLE color: 14638416.
HSL color Cylindrical-coordinate representation of color #505DDF: hue angle of 234.55º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #505DDF is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 93 | 223 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.13 |
| HSL | 234.55º | 0.69% | 0.59% | - |
| HSV(B) | 234.55º | 0.64% | 0.87% | - |
| XYZ | 20.54 | 14.86 | 71.6 | - |
| YUV | 103.93 | 195.19 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 223 | 0.64 | 0.58 | 0 | 0.13 | 234.55 | 0.69 | 0.59 |
| Hex | 50 | 5D | DF | 40 | 3A | 0 | D | EB | 45 | 3B |
| Octal | 120 | 135 | 337 | 100 | 72 | 0 | 15 | 353 | 105 | 73 |
| Binary | 1010000 | 1011101 | 11011111 | 1000000 | 111010 | 0 | 1101 | 11101011 | 1000101 | 111011 |
Color Harmonies of #505DDF
Complementary color
Monochromatic Colors of #505DDF
Black with #505DDF
Text Example
Text Example
White with #505DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505DDF; }
p { color: rgb(80,93,223); }
H1.HeaderClassName
{
color: #505DDF;
}
.AnyTagClassName
{
color: #505DDF;
}
</style>
background-color css
<style>
a { background-color: #505DDF; }
a { background-color: rgb(80,93,223); }
div.DivClassName
{
background-color: #505DDF;
}
.BgClassName
{
background-color: #505DDF;
}
</style>
border-color css
<style>
span { border-color: #505DDF; }
span { border-color: rgb(80,93,223); }
td.TdClassName
{
border-color: #505DDF;
}
.TagClassName
{
border-color: #505DDF;
}
</style>