Shades of Royal Blue #317DE5
Tints of Royal Blue #317DE5
RGB
CMYK
RGB Variations
Color information
#317DE5 (or 0x317DE5) is known color: Royal Blue. HEX triplet: 31, 7D and E5. RGB value is (49,125,229). Sum of RGB (Red+Green+Blue) = 49+125+229=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 229 (89.84% from 255 or 56.82% from 403); Max value from RGB is 229 - color contains mainly: blue. Hex color #317DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DE5 is #CE821A. Grayscale: #717171. Windows color (decimal): -13533723 or 15039793. OLE color: 15039793.
HSL color Cylindrical-coordinate representation of color #317DE5: hue angle of 214.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #317DE5 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 125 | 229 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.10 |
| HSL | 214.67º | 0.78% | 0.55% | - |
| HSV(B) | 214.67º | 0.79% | 0.9% | - |
| XYZ | 22.74 | 20.98 | 76.98 | - |
| YUV | 114.13 | 192.82 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 229 | 0.79 | 0.45 | 0 | 0.10 | 214.67 | 0.78 | 0.55 |
| Hex | 31 | 7D | E5 | 4F | 2D | 0 | A | D7 | 4E | 37 |
| Octal | 61 | 175 | 345 | 117 | 55 | 0 | 12 | 327 | 116 | 67 |
| Binary | 110001 | 1111101 | 11100101 | 1001111 | 101101 | 0 | 1010 | 11010111 | 1001110 | 110111 |
Color Harmonies of #317DE5
Complementary color
Monochromatic Colors of #317DE5
Black with #317DE5
Text Example
Text Example
White with #317DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317DE5; }
p { color: rgb(49,125,229); }
H1.HeaderClassName
{
color: #317DE5;
}
.AnyTagClassName
{
color: #317DE5;
}
</style>
background-color css
<style>
a { background-color: #317DE5; }
a { background-color: rgb(49,125,229); }
div.DivClassName
{
background-color: #317DE5;
}
.BgClassName
{
background-color: #317DE5;
}
</style>
border-color css
<style>
span { border-color: #317DE5; }
span { border-color: rgb(49,125,229); }
td.TdClassName
{
border-color: #317DE5;
}
.TagClassName
{
border-color: #317DE5;
}
</style>