Shades of Royal Blue #315ADB
Tints of Royal Blue #315ADB
RGB
CMYK
RGB Variations
Color information
#315ADB (or 0x315ADB) is known color: Royal Blue. HEX triplet: 31, 5A and DB. RGB value is (49,90,219). Sum of RGB (Red+Green+Blue) = 49+90+219=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #315ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ADB is #CEA524. Grayscale: #5B5B5B. Windows color (decimal): -13542693 or 14375473. OLE color: 14375473.
HSL color Cylindrical-coordinate representation of color #315ADB: hue angle of 225.53º degrees, saturation: 0.7, 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 #315ADB is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 90 | 219 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.14 |
| HSL | 225.53º | 0.7% | 0.53% | - |
| HSV(B) | 225.53º | 0.78% | 0.86% | - |
| XYZ | 17.71 | 13.08 | 68.61 | - |
| YUV | 92.45 | 199.42 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 219 | 0.78 | 0.59 | 0 | 0.14 | 225.53 | 0.7 | 0.53 |
| Hex | 31 | 5A | DB | 4E | 3B | 0 | E | E2 | 46 | 35 |
| Octal | 61 | 132 | 333 | 116 | 73 | 0 | 16 | 342 | 106 | 65 |
| Binary | 110001 | 1011010 | 11011011 | 1001110 | 111011 | 0 | 1110 | 11100010 | 1000110 | 110101 |
Color Harmonies of #315ADB
Complementary color
Monochromatic Colors of #315ADB
Black with #315ADB
Text Example
Text Example
White with #315ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315ADB; }
p { color: rgb(49,90,219); }
H1.HeaderClassName
{
color: #315ADB;
}
.AnyTagClassName
{
color: #315ADB;
}
</style>
background-color css
<style>
a { background-color: #315ADB; }
a { background-color: rgb(49,90,219); }
div.DivClassName
{
background-color: #315ADB;
}
.BgClassName
{
background-color: #315ADB;
}
</style>
border-color css
<style>
span { border-color: #315ADB; }
span { border-color: rgb(49,90,219); }
td.TdClassName
{
border-color: #315ADB;
}
.TagClassName
{
border-color: #315ADB;
}
</style>