Shades of Royal Blue #315FEA
Tints of Royal Blue #315FEA
RGB
CMYK
RGB Variations
Color information
#315FEA (or 0x315FEA) is known color: Royal Blue. HEX triplet: 31, 5F and EA. RGB value is (49,95,234). Sum of RGB (Red+Green+Blue) = 49+95+234=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #315FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315FEA is #CEA015. Grayscale: #606060. Windows color (decimal): -13541398 or 15359793. OLE color: 15359793.
HSL color Cylindrical-coordinate representation of color #315FEA: hue angle of 225.08º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #315FEA is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 95 | 234 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.08 |
| HSL | 225.08º | 0.81% | 0.55% | - |
| HSV(B) | 225.08º | 0.79% | 0.92% | - |
| XYZ | 20.21 | 14.78 | 79.63 | - |
| YUV | 97.09 | 205.26 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 234 | 0.79 | 0.59 | 0 | 0.08 | 225.08 | 0.81 | 0.55 |
| Hex | 31 | 5F | EA | 4F | 3B | 0 | 8 | E1 | 51 | 37 |
| Octal | 61 | 137 | 352 | 117 | 73 | 0 | 10 | 341 | 121 | 67 |
| Binary | 110001 | 1011111 | 11101010 | 1001111 | 111011 | 0 | 1000 | 11100001 | 1010001 | 110111 |
Color Harmonies of #315FEA
Complementary color
Monochromatic Colors of #315FEA
Black with #315FEA
Text Example
Text Example
White with #315FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315FEA; }
p { color: rgb(49,95,234); }
H1.HeaderClassName
{
color: #315FEA;
}
.AnyTagClassName
{
color: #315FEA;
}
</style>
background-color css
<style>
a { background-color: #315FEA; }
a { background-color: rgb(49,95,234); }
div.DivClassName
{
background-color: #315FEA;
}
.BgClassName
{
background-color: #315FEA;
}
</style>
border-color css
<style>
span { border-color: #315FEA; }
span { border-color: rgb(49,95,234); }
td.TdClassName
{
border-color: #315FEA;
}
.TagClassName
{
border-color: #315FEA;
}
</style>