Shades of Royal Blue #316FED
Tints of Royal Blue #316FED
RGB
CMYK
RGB Variations
Color information
#316FED (or 0x316FED) is known color: Royal Blue. HEX triplet: 31, 6F and ED. RGB value is (49,111,237). Sum of RGB (Red+Green+Blue) = 49+111+237=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #316FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316FED is #CE9012. Grayscale: #6A6A6A. Windows color (decimal): -13537299 or 15560497. OLE color: 15560497.
HSL color Cylindrical-coordinate representation of color #316FED: hue angle of 220.21º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316FED is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 111 | 237 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.07 |
| HSL | 220.21º | 0.84% | 0.56% | - |
| HSV(B) | 220.21º | 0.79% | 0.93% | - |
| XYZ | 22.24 | 18.14 | 82.45 | - |
| YUV | 106.83 | 201.46 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 237 | 0.79 | 0.53 | 0 | 0.07 | 220.21 | 0.84 | 0.56 |
| Hex | 31 | 6F | ED | 4F | 35 | 0 | 7 | DC | 54 | 38 |
| Octal | 61 | 157 | 355 | 117 | 65 | 0 | 7 | 334 | 124 | 70 |
| Binary | 110001 | 1101111 | 11101101 | 1001111 | 110101 | 0 | 111 | 11011100 | 1010100 | 111000 |
Color Harmonies of #316FED
Complementary color
Monochromatic Colors of #316FED
Black with #316FED
Text Example
Text Example
White with #316FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FED; }
p { color: rgb(49,111,237); }
H1.HeaderClassName
{
color: #316FED;
}
.AnyTagClassName
{
color: #316FED;
}
</style>
background-color css
<style>
a { background-color: #316FED; }
a { background-color: rgb(49,111,237); }
div.DivClassName
{
background-color: #316FED;
}
.BgClassName
{
background-color: #316FED;
}
</style>
border-color css
<style>
span { border-color: #316FED; }
span { border-color: rgb(49,111,237); }
td.TdClassName
{
border-color: #316FED;
}
.TagClassName
{
border-color: #316FED;
}
</style>