Shades of Royal Blue #315FEC
Tints of Royal Blue #315FEC
RGB
CMYK
RGB Variations
Color information
#315FEC (or 0x315FEC) is known color: Royal Blue. HEX triplet: 31, 5F and EC. RGB value is (49,95,236). Sum of RGB (Red+Green+Blue) = 49+95+236=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #315FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315FEC is #CEA013. Grayscale: #606060. Windows color (decimal): -13541396 or 15490865. OLE color: 15490865.
HSL color Cylindrical-coordinate representation of color #315FEC: hue angle of 225.24º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #315FEC is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 95 | 236 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.07 |
| HSL | 225.24º | 0.83% | 0.56% | - |
| HSV(B) | 225.24º | 0.79% | 0.93% | - |
| XYZ | 20.5 | 14.89 | 81.15 | - |
| YUV | 97.32 | 206.26 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 236 | 0.79 | 0.60 | 0 | 0.07 | 225.24 | 0.83 | 0.56 |
| Hex | 31 | 5F | EC | 4F | 3C | 0 | 7 | E1 | 53 | 38 |
| Octal | 61 | 137 | 354 | 117 | 74 | 0 | 7 | 341 | 123 | 70 |
| Binary | 110001 | 1011111 | 11101100 | 1001111 | 111100 | 0 | 111 | 11100001 | 1010011 | 111000 |
Color Harmonies of #315FEC
Complementary color
Monochromatic Colors of #315FEC
Black with #315FEC
Text Example
Text Example
White with #315FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315FEC; }
p { color: rgb(49,95,236); }
H1.HeaderClassName
{
color: #315FEC;
}
.AnyTagClassName
{
color: #315FEC;
}
</style>
background-color css
<style>
a { background-color: #315FEC; }
a { background-color: rgb(49,95,236); }
div.DivClassName
{
background-color: #315FEC;
}
.BgClassName
{
background-color: #315FEC;
}
</style>
border-color css
<style>
span { border-color: #315FEC; }
span { border-color: rgb(49,95,236); }
td.TdClassName
{
border-color: #315FEC;
}
.TagClassName
{
border-color: #315FEC;
}
</style>