Shades of Royal Blue #317FDF
Tints of Royal Blue #317FDF
RGB
CMYK
RGB Variations
Color information
#317FDF (or 0x317FDF) is known color: Royal Blue. HEX triplet: 31, 7F and DF. RGB value is (49,127,223). Sum of RGB (Red+Green+Blue) = 49+127+223=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #317FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FDF is #CE8020. Grayscale: #727272. Windows color (decimal): -13533217 or 14647089. OLE color: 14647089.
HSL color Cylindrical-coordinate representation of color #317FDF: hue angle of 213.1º 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 #317FDF is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 127 | 223 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.13 |
| HSL | 213.1º | 0.73% | 0.53% | - |
| HSV(B) | 213.1º | 0.78% | 0.87% | - |
| XYZ | 22.18 | 21.16 | 72.73 | - |
| YUV | 114.62 | 189.16 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 127 | 223 | 0.78 | 0.43 | 0 | 0.13 | 213.1 | 0.73 | 0.53 |
| Hex | 31 | 7F | DF | 4E | 2B | 0 | D | D5 | 49 | 35 |
| Octal | 61 | 177 | 337 | 116 | 53 | 0 | 15 | 325 | 111 | 65 |
| Binary | 110001 | 1111111 | 11011111 | 1001110 | 101011 | 0 | 1101 | 11010101 | 1001001 | 110101 |
Color Harmonies of #317FDF
Complementary color
Monochromatic Colors of #317FDF
Black with #317FDF
Text Example
Text Example
White with #317FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317FDF; }
p { color: rgb(49,127,223); }
H1.HeaderClassName
{
color: #317FDF;
}
.AnyTagClassName
{
color: #317FDF;
}
</style>
background-color css
<style>
a { background-color: #317FDF; }
a { background-color: rgb(49,127,223); }
div.DivClassName
{
background-color: #317FDF;
}
.BgClassName
{
background-color: #317FDF;
}
</style>
border-color css
<style>
span { border-color: #317FDF; }
span { border-color: rgb(49,127,223); }
td.TdClassName
{
border-color: #317FDF;
}
.TagClassName
{
border-color: #317FDF;
}
</style>