Shades of Royal Blue #316AFE
Tints of Royal Blue #316AFE
RGB
CMYK
RGB Variations
Color information
#316AFE (or 0x316AFE) is known color: Royal Blue. HEX triplet: 31, 6A and FE. RGB value is (49,106,254). Sum of RGB (Red+Green+Blue) = 49+106+254=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #316AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316AFE is #CE9501. Grayscale: #696969. Windows color (decimal): -13538562 or 16673329. OLE color: 16673329.
HSL color Cylindrical-coordinate representation of color #316AFE: hue angle of 223.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #316AFE is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 106 | 254 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.00 |
| HSL | 223.32º | 0.99% | 0.59% | - |
| HSV(B) | 223.32º | 0.81% | 1% | - |
| XYZ | 24.31 | 18.12 | 95.98 | - |
| YUV | 105.83 | 211.62 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 254 | 0.81 | 0.58 | 0 | 0.00 | 223.32 | 0.99 | 0.59 |
| Hex | 31 | 6A | FE | 51 | 3A | 0 | 0 | DF | 63 | 3B |
| Octal | 61 | 152 | 376 | 121 | 72 | 0 | 0 | 337 | 143 | 73 |
| Binary | 110001 | 1101010 | 11111110 | 1010001 | 111010 | 0 | 0 | 11011111 | 1100011 | 111011 |
Color Harmonies of #316AFE
Complementary color
Monochromatic Colors of #316AFE
Black with #316AFE
Text Example
Text Example
White with #316AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316AFE; }
p { color: rgb(49,106,254); }
H1.HeaderClassName
{
color: #316AFE;
}
.AnyTagClassName
{
color: #316AFE;
}
</style>
background-color css
<style>
a { background-color: #316AFE; }
a { background-color: rgb(49,106,254); }
div.DivClassName
{
background-color: #316AFE;
}
.BgClassName
{
background-color: #316AFE;
}
</style>
border-color css
<style>
span { border-color: #316AFE; }
span { border-color: rgb(49,106,254); }
td.TdClassName
{
border-color: #316AFE;
}
.TagClassName
{
border-color: #316AFE;
}
</style>