Shades of Royal Blue #315BDF
Tints of Royal Blue #315BDF
RGB
CMYK
RGB Variations
Color information
#315BDF (or 0x315BDF) is known color: Royal Blue. HEX triplet: 31, 5B and DF. RGB value is (49,91,223). Sum of RGB (Red+Green+Blue) = 49+91+223=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #315BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BDF is #CEA420. Grayscale: #5C5C5C. Windows color (decimal): -13542433 or 14637873. OLE color: 14637873.
HSL color Cylindrical-coordinate representation of color #315BDF: hue angle of 225.52º 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 #315BDF is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 91 | 223 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.13 |
| HSL | 225.52º | 0.73% | 0.53% | - |
| HSV(B) | 225.52º | 0.78% | 0.87% | - |
| XYZ | 18.33 | 13.46 | 71.44 | - |
| YUV | 93.49 | 201.09 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 223 | 0.78 | 0.59 | 0 | 0.13 | 225.52 | 0.73 | 0.53 |
| Hex | 31 | 5B | DF | 4E | 3B | 0 | D | E2 | 49 | 35 |
| Octal | 61 | 133 | 337 | 116 | 73 | 0 | 15 | 342 | 111 | 65 |
| Binary | 110001 | 1011011 | 11011111 | 1001110 | 111011 | 0 | 1101 | 11100010 | 1001001 | 110101 |
Color Harmonies of #315BDF
Complementary color
Monochromatic Colors of #315BDF
Black with #315BDF
Text Example
Text Example
White with #315BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BDF; }
p { color: rgb(49,91,223); }
H1.HeaderClassName
{
color: #315BDF;
}
.AnyTagClassName
{
color: #315BDF;
}
</style>
background-color css
<style>
a { background-color: #315BDF; }
a { background-color: rgb(49,91,223); }
div.DivClassName
{
background-color: #315BDF;
}
.BgClassName
{
background-color: #315BDF;
}
</style>
border-color css
<style>
span { border-color: #315BDF; }
span { border-color: rgb(49,91,223); }
td.TdClassName
{
border-color: #315BDF;
}
.TagClassName
{
border-color: #315BDF;
}
</style>