Shades of Royal Blue #315DF6
Tints of Royal Blue #315DF6
RGB
CMYK
RGB Variations
Color information
#315DF6 (or 0x315DF6) is known color: Royal Blue. HEX triplet: 31, 5D and F6. RGB value is (49,93,246). Sum of RGB (Red+Green+Blue) = 49+93+246=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 246 (96.48% from 255 or 63.40% from 388); Max value from RGB is 246 - color contains mainly: blue. Hex color #315DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315DF6 is #CEA209. Grayscale: #606060. Windows color (decimal): -13541898 or 16145713. OLE color: 16145713.
HSL color Cylindrical-coordinate representation of color #315DF6: hue angle of 226.6º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315DF6 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 93 | 246 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.04 |
| HSL | 226.6º | 0.92% | 0.58% | - |
| HSV(B) | 226.6º | 0.8% | 0.96% | - |
| XYZ | 21.82 | 15.14 | 88.96 | - |
| YUV | 97.29 | 211.92 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 246 | 0.80 | 0.62 | 0 | 0.04 | 226.6 | 0.92 | 0.58 |
| Hex | 31 | 5D | F6 | 50 | 3E | 0 | 4 | E3 | 5C | 3A |
| Octal | 61 | 135 | 366 | 120 | 76 | 0 | 4 | 343 | 134 | 72 |
| Binary | 110001 | 1011101 | 11110110 | 1010000 | 111110 | 0 | 100 | 11100011 | 1011100 | 111010 |
Color Harmonies of #315DF6
Complementary color
Monochromatic Colors of #315DF6
Black with #315DF6
Text Example
Text Example
White with #315DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DF6; }
p { color: rgb(49,93,246); }
H1.HeaderClassName
{
color: #315DF6;
}
.AnyTagClassName
{
color: #315DF6;
}
</style>
background-color css
<style>
a { background-color: #315DF6; }
a { background-color: rgb(49,93,246); }
div.DivClassName
{
background-color: #315DF6;
}
.BgClassName
{
background-color: #315DF6;
}
</style>
border-color css
<style>
span { border-color: #315DF6; }
span { border-color: rgb(49,93,246); }
td.TdClassName
{
border-color: #315DF6;
}
.TagClassName
{
border-color: #315DF6;
}
</style>