Shades of Royal Blue #506BDF
Tints of Royal Blue #506BDF
RGB
CMYK
RGB Variations
Color information
#506BDF (or 0x506BDF) is known color: Royal Blue. HEX triplet: 50, 6B and DF. RGB value is (80,107,223). Sum of RGB (Red+Green+Blue) = 80+107+223=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #506BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BDF is #AF9420. Grayscale: #6F6F6F. Windows color (decimal): -11506721 or 14642000. OLE color: 14642000.
HSL color Cylindrical-coordinate representation of color #506BDF: hue angle of 228.67º 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 #506BDF is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 107 | 223 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.13 |
| HSL | 228.67º | 0.69% | 0.59% | - |
| HSV(B) | 228.67º | 0.64% | 0.87% | - |
| XYZ | 21.89 | 17.55 | 72.05 | - |
| YUV | 112.15 | 190.55 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 223 | 0.64 | 0.52 | 0 | 0.13 | 228.67 | 0.69 | 0.59 |
| Hex | 50 | 6B | DF | 40 | 34 | 0 | D | E5 | 45 | 3B |
| Octal | 120 | 153 | 337 | 100 | 64 | 0 | 15 | 345 | 105 | 73 |
| Binary | 1010000 | 1101011 | 11011111 | 1000000 | 110100 | 0 | 1101 | 11100101 | 1000101 | 111011 |
Color Harmonies of #506BDF
Complementary color
Monochromatic Colors of #506BDF
Black with #506BDF
Text Example
Text Example
White with #506BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506BDF; }
p { color: rgb(80,107,223); }
H1.HeaderClassName
{
color: #506BDF;
}
.AnyTagClassName
{
color: #506BDF;
}
</style>
background-color css
<style>
a { background-color: #506BDF; }
a { background-color: rgb(80,107,223); }
div.DivClassName
{
background-color: #506BDF;
}
.BgClassName
{
background-color: #506BDF;
}
</style>
border-color css
<style>
span { border-color: #506BDF; }
span { border-color: rgb(80,107,223); }
td.TdClassName
{
border-color: #506BDF;
}
.TagClassName
{
border-color: #506BDF;
}
</style>