Shades of Royal Blue #317EDB
Tints of Royal Blue #317EDB
RGB
CMYK
RGB Variations
Color information
#317EDB (or 0x317EDB) is known color: Royal Blue. HEX triplet: 31, 7E and DB. RGB value is (49,126,219). Sum of RGB (Red+Green+Blue) = 49+126+219=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #317EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317EDB is #CE8124. Grayscale: #717171. Windows color (decimal): -13533477 or 14384689. OLE color: 14384689.
HSL color Cylindrical-coordinate representation of color #317EDB: hue angle of 212.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317EDB is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 126 | 219 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.14 |
| HSL | 212.82º | 0.7% | 0.53% | - |
| HSV(B) | 212.82º | 0.78% | 0.86% | - |
| XYZ | 21.51 | 20.69 | 69.88 | - |
| YUV | 113.58 | 187.49 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 219 | 0.78 | 0.42 | 0 | 0.14 | 212.82 | 0.7 | 0.53 |
| Hex | 31 | 7E | DB | 4E | 2A | 0 | E | D5 | 46 | 35 |
| Octal | 61 | 176 | 333 | 116 | 52 | 0 | 16 | 325 | 106 | 65 |
| Binary | 110001 | 1111110 | 11011011 | 1001110 | 101010 | 0 | 1110 | 11010101 | 1000110 | 110101 |
Color Harmonies of #317EDB
Complementary color
Monochromatic Colors of #317EDB
Black with #317EDB
Text Example
Text Example
White with #317EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317EDB; }
p { color: rgb(49,126,219); }
H1.HeaderClassName
{
color: #317EDB;
}
.AnyTagClassName
{
color: #317EDB;
}
</style>
background-color css
<style>
a { background-color: #317EDB; }
a { background-color: rgb(49,126,219); }
div.DivClassName
{
background-color: #317EDB;
}
.BgClassName
{
background-color: #317EDB;
}
</style>
border-color css
<style>
span { border-color: #317EDB; }
span { border-color: rgb(49,126,219); }
td.TdClassName
{
border-color: #317EDB;
}
.TagClassName
{
border-color: #317EDB;
}
</style>