Shades of Royal Blue #317FE0
Tints of Royal Blue #317FE0
RGB
CMYK
RGB Variations
Color information
#317FE0 (or 0x317FE0) is known color: Royal Blue. HEX triplet: 31, 7F and E0. RGB value is (49,127,224). Sum of RGB (Red+Green+Blue) = 49+127+224=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #317FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FE0 is #CE801F. Grayscale: #727272. Windows color (decimal): -13533216 or 14712625. OLE color: 14712625.
HSL color Cylindrical-coordinate representation of color #317FE0: hue angle of 213.26º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317FE0 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 127 | 224 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.12 |
| HSL | 213.26º | 0.74% | 0.54% | - |
| HSV(B) | 213.26º | 0.78% | 0.88% | - |
| XYZ | 22.31 | 21.21 | 73.44 | - |
| YUV | 114.74 | 189.66 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 127 | 224 | 0.78 | 0.43 | 0 | 0.12 | 213.26 | 0.74 | 0.54 |
| Hex | 31 | 7F | E0 | 4E | 2B | 0 | C | D5 | 4A | 36 |
| Octal | 61 | 177 | 340 | 116 | 53 | 0 | 14 | 325 | 112 | 66 |
| Binary | 110001 | 1111111 | 11100000 | 1001110 | 101011 | 0 | 1100 | 11010101 | 1001010 | 110110 |
Color Harmonies of #317FE0
Complementary color
Monochromatic Colors of #317FE0
Black with #317FE0
Text Example
Text Example
White with #317FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317FE0; }
p { color: rgb(49,127,224); }
H1.HeaderClassName
{
color: #317FE0;
}
.AnyTagClassName
{
color: #317FE0;
}
</style>
background-color css
<style>
a { background-color: #317FE0; }
a { background-color: rgb(49,127,224); }
div.DivClassName
{
background-color: #317FE0;
}
.BgClassName
{
background-color: #317FE0;
}
</style>
border-color css
<style>
span { border-color: #317FE0; }
span { border-color: rgb(49,127,224); }
td.TdClassName
{
border-color: #317FE0;
}
.TagClassName
{
border-color: #317FE0;
}
</style>