Shades of Royal Blue #317BDF
Tints of Royal Blue #317BDF
RGB
CMYK
RGB Variations
Color information
#317BDF (or 0x317BDF) is known color: Royal Blue. HEX triplet: 31, 7B and DF. RGB value is (49,123,223). Sum of RGB (Red+Green+Blue) = 49+123+223=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #317BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317BDF is #CE8420. Grayscale: #6F6F6F. Windows color (decimal): -13534241 or 14646065. OLE color: 14646065.
HSL color Cylindrical-coordinate representation of color #317BDF: hue angle of 214.48º 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 #317BDF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 123 | 223 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.13 |
| HSL | 214.48º | 0.73% | 0.53% | - |
| HSV(B) | 214.48º | 0.78% | 0.87% | - |
| XYZ | 21.67 | 20.15 | 72.56 | - |
| YUV | 112.27 | 190.48 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 123 | 223 | 0.78 | 0.45 | 0 | 0.13 | 214.48 | 0.73 | 0.53 |
| Hex | 31 | 7B | DF | 4E | 2D | 0 | D | D6 | 49 | 35 |
| Octal | 61 | 173 | 337 | 116 | 55 | 0 | 15 | 326 | 111 | 65 |
| Binary | 110001 | 1111011 | 11011111 | 1001110 | 101101 | 0 | 1101 | 11010110 | 1001001 | 110101 |
Color Harmonies of #317BDF
Complementary color
Monochromatic Colors of #317BDF
Black with #317BDF
Text Example
Text Example
White with #317BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317BDF; }
p { color: rgb(49,123,223); }
H1.HeaderClassName
{
color: #317BDF;
}
.AnyTagClassName
{
color: #317BDF;
}
</style>
background-color css
<style>
a { background-color: #317BDF; }
a { background-color: rgb(49,123,223); }
div.DivClassName
{
background-color: #317BDF;
}
.BgClassName
{
background-color: #317BDF;
}
</style>
border-color css
<style>
span { border-color: #317BDF; }
span { border-color: rgb(49,123,223); }
td.TdClassName
{
border-color: #317BDF;
}
.TagClassName
{
border-color: #317BDF;
}
</style>