Shades of Royal Blue #506FDF
Tints of Royal Blue #506FDF
RGB
CMYK
RGB Variations
Color information
#506FDF (or 0x506FDF) is known color: Royal Blue. HEX triplet: 50, 6F and DF. RGB value is (80,111,223). Sum of RGB (Red+Green+Blue) = 80+111+223=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #506FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FDF is #AF9020. Grayscale: #727272. Windows color (decimal): -11505697 or 14643024. OLE color: 14643024.
HSL color Cylindrical-coordinate representation of color #506FDF: hue angle of 226.99º 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 #506FDF is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 111 | 223 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.13 |
| HSL | 226.99º | 0.69% | 0.59% | - |
| HSV(B) | 226.99º | 0.64% | 0.87% | - |
| XYZ | 22.31 | 18.4 | 72.19 | - |
| YUV | 114.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 223 | 0.64 | 0.50 | 0 | 0.13 | 226.99 | 0.69 | 0.59 |
| Hex | 50 | 6F | DF | 40 | 32 | 0 | D | E3 | 45 | 3B |
| Octal | 120 | 157 | 337 | 100 | 62 | 0 | 15 | 343 | 105 | 73 |
| Binary | 1010000 | 1101111 | 11011111 | 1000000 | 110010 | 0 | 1101 | 11100011 | 1000101 | 111011 |
Color Harmonies of #506FDF
Complementary color
Monochromatic Colors of #506FDF
Black with #506FDF
Text Example
Text Example
White with #506FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FDF; }
p { color: rgb(80,111,223); }
H1.HeaderClassName
{
color: #506FDF;
}
.AnyTagClassName
{
color: #506FDF;
}
</style>
background-color css
<style>
a { background-color: #506FDF; }
a { background-color: rgb(80,111,223); }
div.DivClassName
{
background-color: #506FDF;
}
.BgClassName
{
background-color: #506FDF;
}
</style>
border-color css
<style>
span { border-color: #506FDF; }
span { border-color: rgb(80,111,223); }
td.TdClassName
{
border-color: #506FDF;
}
.TagClassName
{
border-color: #506FDF;
}
</style>