Shades of Royal Blue #315CED
Tints of Royal Blue #315CED
RGB
CMYK
RGB Variations
Color information
#315CED (or 0x315CED) is known color: Royal Blue. HEX triplet: 31, 5C and ED. RGB value is (49,92,237). Sum of RGB (Red+Green+Blue) = 49+92+237=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #315CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315CED is #CEA312. Grayscale: #5F5F5F. Windows color (decimal): -13542163 or 15555633. OLE color: 15555633.
HSL color Cylindrical-coordinate representation of color #315CED: hue angle of 226.28º degrees, saturation: 0.84, 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 #315CED is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 92 | 237 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.07 |
| HSL | 226.28º | 0.84% | 0.56% | - |
| HSV(B) | 226.28º | 0.79% | 0.93% | - |
| XYZ | 20.38 | 14.42 | 81.83 | - |
| YUV | 95.67 | 207.75 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 237 | 0.79 | 0.61 | 0 | 0.07 | 226.28 | 0.84 | 0.56 |
| Hex | 31 | 5C | ED | 4F | 3D | 0 | 7 | E2 | 54 | 38 |
| Octal | 61 | 134 | 355 | 117 | 75 | 0 | 7 | 342 | 124 | 70 |
| Binary | 110001 | 1011100 | 11101101 | 1001111 | 111101 | 0 | 111 | 11100010 | 1010100 | 111000 |
Color Harmonies of #315CED
Complementary color
Monochromatic Colors of #315CED
Black with #315CED
Text Example
Text Example
White with #315CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CED; }
p { color: rgb(49,92,237); }
H1.HeaderClassName
{
color: #315CED;
}
.AnyTagClassName
{
color: #315CED;
}
</style>
background-color css
<style>
a { background-color: #315CED; }
a { background-color: rgb(49,92,237); }
div.DivClassName
{
background-color: #315CED;
}
.BgClassName
{
background-color: #315CED;
}
</style>
border-color css
<style>
span { border-color: #315CED; }
span { border-color: rgb(49,92,237); }
td.TdClassName
{
border-color: #315CED;
}
.TagClassName
{
border-color: #315CED;
}
</style>