Shades of Royal Blue #315EDF
Tints of Royal Blue #315EDF
RGB
CMYK
RGB Variations
Color information
#315EDF (or 0x315EDF) is known color: Royal Blue. HEX triplet: 31, 5E and DF. RGB value is (49,94,223). Sum of RGB (Red+Green+Blue) = 49+94+223=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #315EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315EDF is #CEA120. Grayscale: #5E5E5E. Windows color (decimal): -13541665 or 14638641. OLE color: 14638641.
HSL color Cylindrical-coordinate representation of color #315EDF: hue angle of 224.48º degrees, saturation: 0.73, 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 #315EDF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 94 | 223 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.13 |
| HSL | 224.48º | 0.73% | 0.53% | - |
| HSV(B) | 224.48º | 0.78% | 0.87% | - |
| XYZ | 18.59 | 13.99 | 71.53 | - |
| YUV | 95.25 | 200.09 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 223 | 0.78 | 0.58 | 0 | 0.13 | 224.48 | 0.73 | 0.53 |
| Hex | 31 | 5E | DF | 4E | 3A | 0 | D | E0 | 49 | 35 |
| Octal | 61 | 136 | 337 | 116 | 72 | 0 | 15 | 340 | 111 | 65 |
| Binary | 110001 | 1011110 | 11011111 | 1001110 | 111010 | 0 | 1101 | 11100000 | 1001001 | 110101 |
Color Harmonies of #315EDF
Complementary color
Monochromatic Colors of #315EDF
Black with #315EDF
Text Example
Text Example
White with #315EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315EDF; }
p { color: rgb(49,94,223); }
H1.HeaderClassName
{
color: #315EDF;
}
.AnyTagClassName
{
color: #315EDF;
}
</style>
background-color css
<style>
a { background-color: #315EDF; }
a { background-color: rgb(49,94,223); }
div.DivClassName
{
background-color: #315EDF;
}
.BgClassName
{
background-color: #315EDF;
}
</style>
border-color css
<style>
span { border-color: #315EDF; }
span { border-color: rgb(49,94,223); }
td.TdClassName
{
border-color: #315EDF;
}
.TagClassName
{
border-color: #315EDF;
}
</style>