Shades of Royal Blue #315DDA
Tints of Royal Blue #315DDA
RGB
CMYK
RGB Variations
Color information
#315DDA (or 0x315DDA) is known color: Royal Blue. HEX triplet: 31, 5D and DA. RGB value is (49,93,218). Sum of RGB (Red+Green+Blue) = 49+93+218=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #315DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DDA is #CEA225. Grayscale: #5D5D5D. Windows color (decimal): -13541926 or 14310705. OLE color: 14310705.
HSL color Cylindrical-coordinate representation of color #315DDA: hue angle of 224.38º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315DDA is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 93 | 218 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.15 |
| HSL | 224.38º | 0.7% | 0.52% | - |
| HSV(B) | 224.38º | 0.78% | 0.85% | - |
| XYZ | 17.84 | 13.54 | 68 | - |
| YUV | 94.09 | 197.92 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 218 | 0.78 | 0.57 | 0 | 0.15 | 224.38 | 0.7 | 0.52 |
| Hex | 31 | 5D | DA | 4E | 39 | 0 | F | E0 | 46 | 34 |
| Octal | 61 | 135 | 332 | 116 | 71 | 0 | 17 | 340 | 106 | 64 |
| Binary | 110001 | 1011101 | 11011010 | 1001110 | 111001 | 0 | 1111 | 11100000 | 1000110 | 110100 |
Color Harmonies of #315DDA
Complementary color
Monochromatic Colors of #315DDA
Black with #315DDA
Text Example
Text Example
White with #315DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DDA; }
p { color: rgb(49,93,218); }
H1.HeaderClassName
{
color: #315DDA;
}
.AnyTagClassName
{
color: #315DDA;
}
</style>
background-color css
<style>
a { background-color: #315DDA; }
a { background-color: rgb(49,93,218); }
div.DivClassName
{
background-color: #315DDA;
}
.BgClassName
{
background-color: #315DDA;
}
</style>
border-color css
<style>
span { border-color: #315DDA; }
span { border-color: rgb(49,93,218); }
td.TdClassName
{
border-color: #315DDA;
}
.TagClassName
{
border-color: #315DDA;
}
</style>