Shades of Royal Blue #317EDD
Tints of Royal Blue #317EDD
RGB
CMYK
RGB Variations
Color information
#317EDD (or 0x317EDD) is known color: Royal Blue. HEX triplet: 31, 7E and DD. RGB value is (49,126,221). Sum of RGB (Red+Green+Blue) = 49+126+221=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #317EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317EDD is #CE8122. Grayscale: #717171. Windows color (decimal): -13533475 or 14515761. OLE color: 14515761.
HSL color Cylindrical-coordinate representation of color #317EDD: hue angle of 213.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317EDD is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 126 | 221 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.13 |
| HSL | 213.14º | 0.72% | 0.53% | - |
| HSV(B) | 213.14º | 0.78% | 0.87% | - |
| XYZ | 21.78 | 20.8 | 71.27 | - |
| YUV | 113.81 | 188.49 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 221 | 0.78 | 0.43 | 0 | 0.13 | 213.14 | 0.72 | 0.53 |
| Hex | 31 | 7E | DD | 4E | 2B | 0 | D | D5 | 48 | 35 |
| Octal | 61 | 176 | 335 | 116 | 53 | 0 | 15 | 325 | 110 | 65 |
| Binary | 110001 | 1111110 | 11011101 | 1001110 | 101011 | 0 | 1101 | 11010101 | 1001000 | 110101 |
Color Harmonies of #317EDD
Complementary color
Monochromatic Colors of #317EDD
Black with #317EDD
Text Example
Text Example
White with #317EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317EDD; }
p { color: rgb(49,126,221); }
H1.HeaderClassName
{
color: #317EDD;
}
.AnyTagClassName
{
color: #317EDD;
}
</style>
background-color css
<style>
a { background-color: #317EDD; }
a { background-color: rgb(49,126,221); }
div.DivClassName
{
background-color: #317EDD;
}
.BgClassName
{
background-color: #317EDD;
}
</style>
border-color css
<style>
span { border-color: #317EDD; }
span { border-color: rgb(49,126,221); }
td.TdClassName
{
border-color: #317EDD;
}
.TagClassName
{
border-color: #317EDD;
}
</style>