Shades of Royal Blue #316DFB
Tints of Royal Blue #316DFB
RGB
CMYK
RGB Variations
Color information
#316DFB (or 0x316DFB) is known color: Royal Blue. HEX triplet: 31, 6D and FB. RGB value is (49,109,251). Sum of RGB (Red+Green+Blue) = 49+109+251=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #316DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316DFB is #CE9204. Grayscale: #6A6A6A. Windows color (decimal): -13537797 or 16477489. OLE color: 16477489.
HSL color Cylindrical-coordinate representation of color #316DFB: hue angle of 222.18º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #316DFB is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 109 | 251 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.02 |
| HSL | 222.18º | 0.96% | 0.59% | - |
| HSV(B) | 222.18º | 0.8% | 0.98% | - |
| XYZ | 24.15 | 18.56 | 93.58 | - |
| YUV | 107.25 | 209.12 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 251 | 0.80 | 0.57 | 0 | 0.02 | 222.18 | 0.96 | 0.59 |
| Hex | 31 | 6D | FB | 50 | 39 | 0 | 2 | DE | 60 | 3B |
| Octal | 61 | 155 | 373 | 120 | 71 | 0 | 2 | 336 | 140 | 73 |
| Binary | 110001 | 1101101 | 11111011 | 1010000 | 111001 | 0 | 10 | 11011110 | 1100000 | 111011 |
Color Harmonies of #316DFB
Complementary color
Monochromatic Colors of #316DFB
Black with #316DFB
Text Example
Text Example
White with #316DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316DFB; }
p { color: rgb(49,109,251); }
H1.HeaderClassName
{
color: #316DFB;
}
.AnyTagClassName
{
color: #316DFB;
}
</style>
background-color css
<style>
a { background-color: #316DFB; }
a { background-color: rgb(49,109,251); }
div.DivClassName
{
background-color: #316DFB;
}
.BgClassName
{
background-color: #316DFB;
}
</style>
border-color css
<style>
span { border-color: #316DFB; }
span { border-color: rgb(49,109,251); }
td.TdClassName
{
border-color: #316DFB;
}
.TagClassName
{
border-color: #316DFB;
}
</style>