Shades of Royal Blue #315EDD
Tints of Royal Blue #315EDD
RGB
CMYK
RGB Variations
Color information
#315EDD (or 0x315EDD) is known color: Royal Blue. HEX triplet: 31, 5E and DD. RGB value is (49,94,221). Sum of RGB (Red+Green+Blue) = 49+94+221=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #315EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315EDD is #CEA122. Grayscale: #5E5E5E. Windows color (decimal): -13541667 or 14507569. OLE color: 14507569.
HSL color Cylindrical-coordinate representation of color #315EDD: hue angle of 224.3º 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 #315EDD is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 94 | 221 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.13 |
| HSL | 224.3º | 0.72% | 0.53% | - |
| HSV(B) | 224.3º | 0.78% | 0.87% | - |
| XYZ | 18.32 | 13.88 | 70.12 | - |
| YUV | 95.02 | 199.09 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 221 | 0.78 | 0.57 | 0 | 0.13 | 224.3 | 0.72 | 0.53 |
| Hex | 31 | 5E | DD | 4E | 39 | 0 | D | E0 | 48 | 35 |
| Octal | 61 | 136 | 335 | 116 | 71 | 0 | 15 | 340 | 110 | 65 |
| Binary | 110001 | 1011110 | 11011101 | 1001110 | 111001 | 0 | 1101 | 11100000 | 1001000 | 110101 |
Color Harmonies of #315EDD
Complementary color
Monochromatic Colors of #315EDD
Black with #315EDD
Text Example
Text Example
White with #315EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315EDD; }
p { color: rgb(49,94,221); }
H1.HeaderClassName
{
color: #315EDD;
}
.AnyTagClassName
{
color: #315EDD;
}
</style>
background-color css
<style>
a { background-color: #315EDD; }
a { background-color: rgb(49,94,221); }
div.DivClassName
{
background-color: #315EDD;
}
.BgClassName
{
background-color: #315EDD;
}
</style>
border-color css
<style>
span { border-color: #315EDD; }
span { border-color: rgb(49,94,221); }
td.TdClassName
{
border-color: #315EDD;
}
.TagClassName
{
border-color: #315EDD;
}
</style>