Shades of Royal Blue #506DFB
Tints of Royal Blue #506DFB
RGB
CMYK
RGB Variations
Color information
#506DFB (or 0x506DFB) is known color: Royal Blue. HEX triplet: 50, 6D and FB. RGB value is (80,109,251). Sum of RGB (Red+Green+Blue) = 80+109+251=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #506DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506DFB is #AF9204. Grayscale: #737373. Windows color (decimal): -11506181 or 16477520. OLE color: 16477520.
HSL color Cylindrical-coordinate representation of color #506DFB: hue angle of 229.82º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #506DFB is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 109 | 251 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.02 |
| HSL | 229.82º | 0.96% | 0.65% | - |
| HSV(B) | 229.82º | 0.68% | 0.98% | - |
| XYZ | 26.19 | 19.61 | 93.67 | - |
| YUV | 116.52 | 203.89 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 251 | 0.68 | 0.57 | 0 | 0.02 | 229.82 | 0.96 | 0.65 |
| Hex | 50 | 6D | FB | 44 | 39 | 0 | 2 | E6 | 60 | 41 |
| Octal | 120 | 155 | 373 | 104 | 71 | 0 | 2 | 346 | 140 | 101 |
| Binary | 1010000 | 1101101 | 11111011 | 1000100 | 111001 | 0 | 10 | 11100110 | 1100000 | 1000001 |
Color Harmonies of #506DFB
Complementary color
Monochromatic Colors of #506DFB
Black with #506DFB
Text Example
Text Example
White with #506DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506DFB; }
p { color: rgb(80,109,251); }
H1.HeaderClassName
{
color: #506DFB;
}
.AnyTagClassName
{
color: #506DFB;
}
</style>
background-color css
<style>
a { background-color: #506DFB; }
a { background-color: rgb(80,109,251); }
div.DivClassName
{
background-color: #506DFB;
}
.BgClassName
{
background-color: #506DFB;
}
</style>
border-color css
<style>
span { border-color: #506DFB; }
span { border-color: rgb(80,109,251); }
td.TdClassName
{
border-color: #506DFB;
}
.TagClassName
{
border-color: #506DFB;
}
</style>