Shades of Royal Blue #315EE8
Tints of Royal Blue #315EE8
RGB
CMYK
RGB Variations
Color information
#315EE8 (or 0x315EE8) is known color: Royal Blue. HEX triplet: 31, 5E and E8. RGB value is (49,94,232). Sum of RGB (Red+Green+Blue) = 49+94+232=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #315EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315EE8 is #CEA117. Grayscale: #5F5F5F. Windows color (decimal): -13541656 or 15228465. OLE color: 15228465.
HSL color Cylindrical-coordinate representation of color #315EE8: hue angle of 225.25º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #315EE8 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 94 | 232 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.09 |
| HSL | 225.25º | 0.8% | 0.55% | - |
| HSV(B) | 225.25º | 0.79% | 0.91% | - |
| XYZ | 19.83 | 14.48 | 78.09 | - |
| YUV | 96.28 | 204.59 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 232 | 0.79 | 0.59 | 0 | 0.09 | 225.25 | 0.8 | 0.55 |
| Hex | 31 | 5E | E8 | 4F | 3B | 0 | 9 | E1 | 50 | 37 |
| Octal | 61 | 136 | 350 | 117 | 73 | 0 | 11 | 341 | 120 | 67 |
| Binary | 110001 | 1011110 | 11101000 | 1001111 | 111011 | 0 | 1001 | 11100001 | 1010000 | 110111 |
Color Harmonies of #315EE8
Complementary color
Monochromatic Colors of #315EE8
Black with #315EE8
Text Example
Text Example
White with #315EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315EE8; }
p { color: rgb(49,94,232); }
H1.HeaderClassName
{
color: #315EE8;
}
.AnyTagClassName
{
color: #315EE8;
}
</style>
background-color css
<style>
a { background-color: #315EE8; }
a { background-color: rgb(49,94,232); }
div.DivClassName
{
background-color: #315EE8;
}
.BgClassName
{
background-color: #315EE8;
}
</style>
border-color css
<style>
span { border-color: #315EE8; }
span { border-color: rgb(49,94,232); }
td.TdClassName
{
border-color: #315EE8;
}
.TagClassName
{
border-color: #315EE8;
}
</style>