Shades of Royal Blue #316FFE
Tints of Royal Blue #316FFE
RGB
CMYK
RGB Variations
Color information
#316FFE (or 0x316FFE) is known color: Royal Blue. HEX triplet: 31, 6F and FE. RGB value is (49,111,254). Sum of RGB (Red+Green+Blue) = 49+111+254=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #316FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316FFE is #CE9001. Grayscale: #6C6C6C. Windows color (decimal): -13537282 or 16674609. OLE color: 16674609.
HSL color Cylindrical-coordinate representation of color #316FFE: hue angle of 221.85º 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 #316FFE is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 111 | 254 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.00 |
| HSL | 221.85º | 0.99% | 0.59% | - |
| HSV(B) | 221.85º | 0.81% | 1% | - |
| XYZ | 24.84 | 19.18 | 96.16 | - |
| YUV | 108.76 | 209.96 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 254 | 0.81 | 0.56 | 0 | 0.00 | 221.85 | 0.99 | 0.59 |
| Hex | 31 | 6F | FE | 51 | 38 | 0 | 0 | DE | 63 | 3B |
| Octal | 61 | 157 | 376 | 121 | 70 | 0 | 0 | 336 | 143 | 73 |
| Binary | 110001 | 1101111 | 11111110 | 1010001 | 111000 | 0 | 0 | 11011110 | 1100011 | 111011 |
Color Harmonies of #316FFE
Complementary color
Monochromatic Colors of #316FFE
Black with #316FFE
Text Example
Text Example
White with #316FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FFE; }
p { color: rgb(49,111,254); }
H1.HeaderClassName
{
color: #316FFE;
}
.AnyTagClassName
{
color: #316FFE;
}
</style>
background-color css
<style>
a { background-color: #316FFE; }
a { background-color: rgb(49,111,254); }
div.DivClassName
{
background-color: #316FFE;
}
.BgClassName
{
background-color: #316FFE;
}
</style>
border-color css
<style>
span { border-color: #316FFE; }
span { border-color: rgb(49,111,254); }
td.TdClassName
{
border-color: #316FFE;
}
.TagClassName
{
border-color: #316FFE;
}
</style>