Shades of Royal Blue #316FFB
Tints of Royal Blue #316FFB
RGB
CMYK
RGB Variations
Color information
#316FFB (or 0x316FFB) is known color: Royal Blue. HEX triplet: 31, 6F and FB. RGB value is (49,111,251). Sum of RGB (Red+Green+Blue) = 49+111+251=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #316FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316FFB is #CE9004. Grayscale: #6B6B6B. Windows color (decimal): -13537285 or 16478001. OLE color: 16478001.
HSL color Cylindrical-coordinate representation of color #316FFB: hue angle of 221.58º 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 #316FFB is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 111 | 251 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.02 |
| HSL | 221.58º | 0.96% | 0.59% | - |
| HSV(B) | 221.58º | 0.8% | 0.98% | - |
| XYZ | 24.36 | 18.99 | 93.65 | - |
| YUV | 108.42 | 208.46 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 251 | 0.80 | 0.56 | 0 | 0.02 | 221.58 | 0.96 | 0.59 |
| Hex | 31 | 6F | FB | 50 | 38 | 0 | 2 | DE | 60 | 3B |
| Octal | 61 | 157 | 373 | 120 | 70 | 0 | 2 | 336 | 140 | 73 |
| Binary | 110001 | 1101111 | 11111011 | 1010000 | 111000 | 0 | 10 | 11011110 | 1100000 | 111011 |
Color Harmonies of #316FFB
Complementary color
Monochromatic Colors of #316FFB
Black with #316FFB
Text Example
Text Example
White with #316FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FFB; }
p { color: rgb(49,111,251); }
H1.HeaderClassName
{
color: #316FFB;
}
.AnyTagClassName
{
color: #316FFB;
}
</style>
background-color css
<style>
a { background-color: #316FFB; }
a { background-color: rgb(49,111,251); }
div.DivClassName
{
background-color: #316FFB;
}
.BgClassName
{
background-color: #316FFB;
}
</style>
border-color css
<style>
span { border-color: #316FFB; }
span { border-color: rgb(49,111,251); }
td.TdClassName
{
border-color: #316FFB;
}
.TagClassName
{
border-color: #316FFB;
}
</style>