Shades of Royal Blue #317FDC
Tints of Royal Blue #317FDC
RGB
CMYK
RGB Variations
Color information
#317FDC (or 0x317FDC) is known color: Royal Blue. HEX triplet: 31, 7F and DC. RGB value is (49,127,220). Sum of RGB (Red+Green+Blue) = 49+127+220=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #317FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FDC is #CE8023. Grayscale: #717171. Windows color (decimal): -13533220 or 14450481. OLE color: 14450481.
HSL color Cylindrical-coordinate representation of color #317FDC: hue angle of 212.63º degrees, saturation: 0.71, 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 #317FDC is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 127 | 220 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.14 |
| HSL | 212.63º | 0.71% | 0.53% | - |
| HSV(B) | 212.63º | 0.78% | 0.86% | - |
| XYZ | 21.77 | 21 | 70.62 | - |
| YUV | 114.28 | 187.66 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 127 | 220 | 0.78 | 0.42 | 0 | 0.14 | 212.63 | 0.71 | 0.53 |
| Hex | 31 | 7F | DC | 4E | 2A | 0 | E | D5 | 47 | 35 |
| Octal | 61 | 177 | 334 | 116 | 52 | 0 | 16 | 325 | 107 | 65 |
| Binary | 110001 | 1111111 | 11011100 | 1001110 | 101010 | 0 | 1110 | 11010101 | 1000111 | 110101 |
Color Harmonies of #317FDC
Complementary color
Monochromatic Colors of #317FDC
Black with #317FDC
Text Example
Text Example
White with #317FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317FDC; }
p { color: rgb(49,127,220); }
H1.HeaderClassName
{
color: #317FDC;
}
.AnyTagClassName
{
color: #317FDC;
}
</style>
background-color css
<style>
a { background-color: #317FDC; }
a { background-color: rgb(49,127,220); }
div.DivClassName
{
background-color: #317FDC;
}
.BgClassName
{
background-color: #317FDC;
}
</style>
border-color css
<style>
span { border-color: #317FDC; }
span { border-color: rgb(49,127,220); }
td.TdClassName
{
border-color: #317FDC;
}
.TagClassName
{
border-color: #317FDC;
}
</style>