Shades of Royal Blue #505BDF
Tints of Royal Blue #505BDF
RGB
CMYK
RGB Variations
Color information
#505BDF (or 0x505BDF) is known color: Royal Blue. HEX triplet: 50, 5B and DF. RGB value is (80,91,223). Sum of RGB (Red+Green+Blue) = 80+91+223=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #505BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BDF is #AFA420. Grayscale: #666666. Windows color (decimal): -11510817 or 14637904. OLE color: 14637904.
HSL color Cylindrical-coordinate representation of color #505BDF: hue angle of 235.38º 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 #505BDF is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 91 | 223 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.13 |
| HSL | 235.38º | 0.69% | 0.59% | - |
| HSV(B) | 235.38º | 0.64% | 0.87% | - |
| XYZ | 20.37 | 14.52 | 71.54 | - |
| YUV | 102.76 | 195.86 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 223 | 0.64 | 0.59 | 0 | 0.13 | 235.38 | 0.69 | 0.59 |
| Hex | 50 | 5B | DF | 40 | 3B | 0 | D | EB | 45 | 3B |
| Octal | 120 | 133 | 337 | 100 | 73 | 0 | 15 | 353 | 105 | 73 |
| Binary | 1010000 | 1011011 | 11011111 | 1000000 | 111011 | 0 | 1101 | 11101011 | 1000101 | 111011 |
Color Harmonies of #505BDF
Complementary color
Monochromatic Colors of #505BDF
Black with #505BDF
Text Example
Text Example
White with #505BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505BDF; }
p { color: rgb(80,91,223); }
H1.HeaderClassName
{
color: #505BDF;
}
.AnyTagClassName
{
color: #505BDF;
}
</style>
background-color css
<style>
a { background-color: #505BDF; }
a { background-color: rgb(80,91,223); }
div.DivClassName
{
background-color: #505BDF;
}
.BgClassName
{
background-color: #505BDF;
}
</style>
border-color css
<style>
span { border-color: #505BDF; }
span { border-color: rgb(80,91,223); }
td.TdClassName
{
border-color: #505BDF;
}
.TagClassName
{
border-color: #505BDF;
}
</style>