Shades of Royal Blue #315DDF
Tints of Royal Blue #315DDF
RGB
CMYK
RGB Variations
Color information
#315DDF (or 0x315DDF) is known color: Royal Blue. HEX triplet: 31, 5D and DF. RGB value is (49,93,223). Sum of RGB (Red+Green+Blue) = 49+93+223=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #315DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DDF is #CEA220. Grayscale: #5E5E5E. Windows color (decimal): -13541921 or 14638385. OLE color: 14638385.
HSL color Cylindrical-coordinate representation of color #315DDF: hue angle of 224.83º 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 #315DDF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 93 | 223 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.13 |
| HSL | 224.83º | 0.73% | 0.53% | - |
| HSV(B) | 224.83º | 0.78% | 0.87% | - |
| XYZ | 18.5 | 13.81 | 71.5 | - |
| YUV | 94.66 | 200.42 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 223 | 0.78 | 0.58 | 0 | 0.13 | 224.83 | 0.73 | 0.53 |
| Hex | 31 | 5D | DF | 4E | 3A | 0 | D | E1 | 49 | 35 |
| Octal | 61 | 135 | 337 | 116 | 72 | 0 | 15 | 341 | 111 | 65 |
| Binary | 110001 | 1011101 | 11011111 | 1001110 | 111010 | 0 | 1101 | 11100001 | 1001001 | 110101 |
Color Harmonies of #315DDF
Complementary color
Monochromatic Colors of #315DDF
Black with #315DDF
Text Example
Text Example
White with #315DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DDF; }
p { color: rgb(49,93,223); }
H1.HeaderClassName
{
color: #315DDF;
}
.AnyTagClassName
{
color: #315DDF;
}
</style>
background-color css
<style>
a { background-color: #315DDF; }
a { background-color: rgb(49,93,223); }
div.DivClassName
{
background-color: #315DDF;
}
.BgClassName
{
background-color: #315DDF;
}
</style>
border-color css
<style>
span { border-color: #315DDF; }
span { border-color: rgb(49,93,223); }
td.TdClassName
{
border-color: #315DDF;
}
.TagClassName
{
border-color: #315DDF;
}
</style>