Shades of Royal Blue #317CDF
Tints of Royal Blue #317CDF
RGB
CMYK
RGB Variations
Color information
#317CDF (or 0x317CDF) is known color: Royal Blue. HEX triplet: 31, 7C and DF. RGB value is (49,124,223). Sum of RGB (Red+Green+Blue) = 49+124+223=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #317CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CDF is #CE8320. Grayscale: #707070. Windows color (decimal): -13533985 or 14646321. OLE color: 14646321.
HSL color Cylindrical-coordinate representation of color #317CDF: hue angle of 214.14º 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 #317CDF is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 124 | 223 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.13 |
| HSL | 214.14º | 0.73% | 0.53% | - |
| HSV(B) | 214.14º | 0.78% | 0.87% | - |
| XYZ | 21.79 | 20.4 | 72.6 | - |
| YUV | 112.86 | 190.15 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 124 | 223 | 0.78 | 0.44 | 0 | 0.13 | 214.14 | 0.73 | 0.53 |
| Hex | 31 | 7C | DF | 4E | 2C | 0 | D | D6 | 49 | 35 |
| Octal | 61 | 174 | 337 | 116 | 54 | 0 | 15 | 326 | 111 | 65 |
| Binary | 110001 | 1111100 | 11011111 | 1001110 | 101100 | 0 | 1101 | 11010110 | 1001001 | 110101 |
Color Harmonies of #317CDF
Complementary color
Monochromatic Colors of #317CDF
Black with #317CDF
Text Example
Text Example
White with #317CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317CDF; }
p { color: rgb(49,124,223); }
H1.HeaderClassName
{
color: #317CDF;
}
.AnyTagClassName
{
color: #317CDF;
}
</style>
background-color css
<style>
a { background-color: #317CDF; }
a { background-color: rgb(49,124,223); }
div.DivClassName
{
background-color: #317CDF;
}
.BgClassName
{
background-color: #317CDF;
}
</style>
border-color css
<style>
span { border-color: #317CDF; }
span { border-color: rgb(49,124,223); }
td.TdClassName
{
border-color: #317CDF;
}
.TagClassName
{
border-color: #317CDF;
}
</style>