Shades of Royal Blue #316FFD
Tints of Royal Blue #316FFD
RGB
CMYK
RGB Variations
Color information
#316FFD (or 0x316FFD) is known color: Royal Blue. HEX triplet: 31, 6F and FD. RGB value is (49,111,253). Sum of RGB (Red+Green+Blue) = 49+111+253=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #316FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316FFD is #CE9002. Grayscale: #6C6C6C. Windows color (decimal): -13537283 or 16609073. OLE color: 16609073.
HSL color Cylindrical-coordinate representation of color #316FFD: hue angle of 221.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #316FFD is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 111 | 253 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.01 |
| HSL | 221.76º | 0.98% | 0.59% | - |
| HSV(B) | 221.76º | 0.81% | 0.99% | - |
| XYZ | 24.68 | 19.11 | 95.32 | - |
| YUV | 108.65 | 209.46 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 253 | 0.81 | 0.56 | 0 | 0.01 | 221.76 | 0.98 | 0.59 |
| Hex | 31 | 6F | FD | 51 | 38 | 0 | 1 | DE | 62 | 3B |
| Octal | 61 | 157 | 375 | 121 | 70 | 0 | 1 | 336 | 142 | 73 |
| Binary | 110001 | 1101111 | 11111101 | 1010001 | 111000 | 0 | 1 | 11011110 | 1100010 | 111011 |
Color Harmonies of #316FFD
Complementary color
Monochromatic Colors of #316FFD
Black with #316FFD
Text Example
Text Example
White with #316FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FFD; }
p { color: rgb(49,111,253); }
H1.HeaderClassName
{
color: #316FFD;
}
.AnyTagClassName
{
color: #316FFD;
}
</style>
background-color css
<style>
a { background-color: #316FFD; }
a { background-color: rgb(49,111,253); }
div.DivClassName
{
background-color: #316FFD;
}
.BgClassName
{
background-color: #316FFD;
}
</style>
border-color css
<style>
span { border-color: #316FFD; }
span { border-color: rgb(49,111,253); }
td.TdClassName
{
border-color: #316FFD;
}
.TagClassName
{
border-color: #316FFD;
}
</style>