Shades of Royal Blue #315FDC
Tints of Royal Blue #315FDC
RGB
CMYK
RGB Variations
Color information
#315FDC (or 0x315FDC) is known color: Royal Blue. HEX triplet: 31, 5F and DC. RGB value is (49,95,220). Sum of RGB (Red+Green+Blue) = 49+95+220=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #315FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FDC is #CEA023. Grayscale: #5E5E5E. Windows color (decimal): -13541412 or 14442289. OLE color: 14442289.
HSL color Cylindrical-coordinate representation of color #315FDC: hue angle of 223.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315FDC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 95 | 220 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.14 |
| HSL | 223.86º | 0.71% | 0.53% | - |
| HSV(B) | 223.86º | 0.78% | 0.86% | - |
| XYZ | 18.28 | 14 | 69.45 | - |
| YUV | 95.5 | 198.26 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 220 | 0.78 | 0.57 | 0 | 0.14 | 223.86 | 0.71 | 0.53 |
| Hex | 31 | 5F | DC | 4E | 39 | 0 | E | E0 | 47 | 35 |
| Octal | 61 | 137 | 334 | 116 | 71 | 0 | 16 | 340 | 107 | 65 |
| Binary | 110001 | 1011111 | 11011100 | 1001110 | 111001 | 0 | 1110 | 11100000 | 1000111 | 110101 |
Color Harmonies of #315FDC
Complementary color
Monochromatic Colors of #315FDC
Black with #315FDC
Text Example
Text Example
White with #315FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315FDC; }
p { color: rgb(49,95,220); }
H1.HeaderClassName
{
color: #315FDC;
}
.AnyTagClassName
{
color: #315FDC;
}
</style>
background-color css
<style>
a { background-color: #315FDC; }
a { background-color: rgb(49,95,220); }
div.DivClassName
{
background-color: #315FDC;
}
.BgClassName
{
background-color: #315FDC;
}
</style>
border-color css
<style>
span { border-color: #315FDC; }
span { border-color: rgb(49,95,220); }
td.TdClassName
{
border-color: #315FDC;
}
.TagClassName
{
border-color: #315FDC;
}
</style>