Shades of Royal Blue #315ADF
Tints of Royal Blue #315ADF
RGB
CMYK
RGB Variations
Color information
#315ADF (or 0x315ADF) is known color: Royal Blue. HEX triplet: 31, 5A and DF. RGB value is (49,90,223). Sum of RGB (Red+Green+Blue) = 49+90+223=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #315ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ADF is #CEA520. Grayscale: #5C5C5C. Windows color (decimal): -13542689 or 14637617. OLE color: 14637617.
HSL color Cylindrical-coordinate representation of color #315ADF: hue angle of 225.86º degrees, saturation: 0.73, 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 #315ADF is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 90 | 223 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.13 |
| HSL | 225.86º | 0.73% | 0.53% | - |
| HSV(B) | 225.86º | 0.78% | 0.87% | - |
| XYZ | 18.24 | 13.29 | 71.42 | - |
| YUV | 92.9 | 201.42 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 223 | 0.78 | 0.60 | 0 | 0.13 | 225.86 | 0.73 | 0.53 |
| Hex | 31 | 5A | DF | 4E | 3C | 0 | D | E2 | 49 | 35 |
| Octal | 61 | 132 | 337 | 116 | 74 | 0 | 15 | 342 | 111 | 65 |
| Binary | 110001 | 1011010 | 11011111 | 1001110 | 111100 | 0 | 1101 | 11100010 | 1001001 | 110101 |
Color Harmonies of #315ADF
Complementary color
Monochromatic Colors of #315ADF
Black with #315ADF
Text Example
Text Example
White with #315ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315ADF; }
p { color: rgb(49,90,223); }
H1.HeaderClassName
{
color: #315ADF;
}
.AnyTagClassName
{
color: #315ADF;
}
</style>
background-color css
<style>
a { background-color: #315ADF; }
a { background-color: rgb(49,90,223); }
div.DivClassName
{
background-color: #315ADF;
}
.BgClassName
{
background-color: #315ADF;
}
</style>
border-color css
<style>
span { border-color: #315ADF; }
span { border-color: rgb(49,90,223); }
td.TdClassName
{
border-color: #315ADF;
}
.TagClassName
{
border-color: #315ADF;
}
</style>