Shades of Royal Blue #315ADD
Tints of Royal Blue #315ADD
RGB
CMYK
RGB Variations
Color information
#315ADD (or 0x315ADD) is known color: Royal Blue. HEX triplet: 31, 5A and DD. RGB value is (49,90,221). Sum of RGB (Red+Green+Blue) = 49+90+221=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #315ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ADD is #CEA522. Grayscale: #5C5C5C. Windows color (decimal): -13542691 or 14506545. OLE color: 14506545.
HSL color Cylindrical-coordinate representation of color #315ADD: hue angle of 225.7º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315ADD is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 90 | 221 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.13 |
| HSL | 225.7º | 0.72% | 0.53% | - |
| HSV(B) | 225.7º | 0.78% | 0.87% | - |
| XYZ | 17.97 | 13.19 | 70 | - |
| YUV | 92.68 | 200.42 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 221 | 0.78 | 0.59 | 0 | 0.13 | 225.7 | 0.72 | 0.53 |
| Hex | 31 | 5A | DD | 4E | 3B | 0 | D | E2 | 48 | 35 |
| Octal | 61 | 132 | 335 | 116 | 73 | 0 | 15 | 342 | 110 | 65 |
| Binary | 110001 | 1011010 | 11011101 | 1001110 | 111011 | 0 | 1101 | 11100010 | 1001000 | 110101 |
Color Harmonies of #315ADD
Complementary color
Monochromatic Colors of #315ADD
Black with #315ADD
Text Example
Text Example
White with #315ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315ADD; }
p { color: rgb(49,90,221); }
H1.HeaderClassName
{
color: #315ADD;
}
.AnyTagClassName
{
color: #315ADD;
}
</style>
background-color css
<style>
a { background-color: #315ADD; }
a { background-color: rgb(49,90,221); }
div.DivClassName
{
background-color: #315ADD;
}
.BgClassName
{
background-color: #315ADD;
}
</style>
border-color css
<style>
span { border-color: #315ADD; }
span { border-color: rgb(49,90,221); }
td.TdClassName
{
border-color: #315ADD;
}
.TagClassName
{
border-color: #315ADD;
}
</style>