Shades of Royal Blue #315CFD
Tints of Royal Blue #315CFD
RGB
CMYK
RGB Variations
Color information
#315CFD (or 0x315CFD) is known color: Royal Blue. HEX triplet: 31, 5C and FD. RGB value is (49,92,253). Sum of RGB (Red+Green+Blue) = 49+92+253=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #315CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315CFD is #CEA302. Grayscale: #606060. Windows color (decimal): -13542147 or 16604209. OLE color: 16604209.
HSL color Cylindrical-coordinate representation of color #315CFD: hue angle of 227.35º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #315CFD is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 92 | 253 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.01 |
| HSL | 227.35º | 0.98% | 0.59% | - |
| HSV(B) | 227.35º | 0.81% | 0.99% | - |
| XYZ | 22.82 | 15.4 | 94.7 | - |
| YUV | 97.5 | 215.75 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 253 | 0.81 | 0.64 | 0 | 0.01 | 227.35 | 0.98 | 0.59 |
| Hex | 31 | 5C | FD | 51 | 40 | 0 | 1 | E3 | 62 | 3B |
| Octal | 61 | 134 | 375 | 121 | 100 | 0 | 1 | 343 | 142 | 73 |
| Binary | 110001 | 1011100 | 11111101 | 1010001 | 1000000 | 0 | 1 | 11100011 | 1100010 | 111011 |
Color Harmonies of #315CFD
Complementary color
Monochromatic Colors of #315CFD
Black with #315CFD
Text Example
Text Example
White with #315CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CFD; }
p { color: rgb(49,92,253); }
H1.HeaderClassName
{
color: #315CFD;
}
.AnyTagClassName
{
color: #315CFD;
}
</style>
background-color css
<style>
a { background-color: #315CFD; }
a { background-color: rgb(49,92,253); }
div.DivClassName
{
background-color: #315CFD;
}
.BgClassName
{
background-color: #315CFD;
}
</style>
border-color css
<style>
span { border-color: #315CFD; }
span { border-color: rgb(49,92,253); }
td.TdClassName
{
border-color: #315CFD;
}
.TagClassName
{
border-color: #315CFD;
}
</style>