Shades of Royal Blue #506EFB
Tints of Royal Blue #506EFB
RGB
CMYK
RGB Variations
Color information
#506EFB (or 0x506EFB) is known color: Royal Blue. HEX triplet: 50, 6E and FB. RGB value is (80,110,251). Sum of RGB (Red+Green+Blue) = 80+110+251=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #506EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506EFB is #AF9104. Grayscale: #747474. Windows color (decimal): -11505925 or 16477776. OLE color: 16477776.
HSL color Cylindrical-coordinate representation of color #506EFB: hue angle of 229.47º 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 #506EFB is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 110 | 251 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.02 |
| HSL | 229.47º | 0.96% | 0.65% | - |
| HSV(B) | 229.47º | 0.68% | 0.98% | - |
| XYZ | 26.3 | 19.82 | 93.71 | - |
| YUV | 117.1 | 203.56 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 251 | 0.68 | 0.56 | 0 | 0.02 | 229.47 | 0.96 | 0.65 |
| Hex | 50 | 6E | FB | 44 | 38 | 0 | 2 | E5 | 60 | 41 |
| Octal | 120 | 156 | 373 | 104 | 70 | 0 | 2 | 345 | 140 | 101 |
| Binary | 1010000 | 1101110 | 11111011 | 1000100 | 111000 | 0 | 10 | 11100101 | 1100000 | 1000001 |
Color Harmonies of #506EFB
Complementary color
Monochromatic Colors of #506EFB
Black with #506EFB
Text Example
Text Example
White with #506EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506EFB; }
p { color: rgb(80,110,251); }
H1.HeaderClassName
{
color: #506EFB;
}
.AnyTagClassName
{
color: #506EFB;
}
</style>
background-color css
<style>
a { background-color: #506EFB; }
a { background-color: rgb(80,110,251); }
div.DivClassName
{
background-color: #506EFB;
}
.BgClassName
{
background-color: #506EFB;
}
</style>
border-color css
<style>
span { border-color: #506EFB; }
span { border-color: rgb(80,110,251); }
td.TdClassName
{
border-color: #506EFB;
}
.TagClassName
{
border-color: #506EFB;
}
</style>