Shades of Royal Blue #316AF8
Tints of Royal Blue #316AF8
RGB
CMYK
RGB Variations
Color information
#316AF8 (or 0x316AF8) is known color: Royal Blue. HEX triplet: 31, 6A and F8. RGB value is (49,106,248). Sum of RGB (Red+Green+Blue) = 49+106+248=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 248 (97.27% from 255 or 61.54% from 403); Max value from RGB is 248 - color contains mainly: blue. Hex color #316AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #316AF8 is #CE9507. Grayscale: #686868. Windows color (decimal): -13538568 or 16280113. OLE color: 16280113.
HSL color Cylindrical-coordinate representation of color #316AF8: hue angle of 222.81º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #316AF8 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 106 | 248 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.03 |
| HSL | 222.81º | 0.93% | 0.58% | - |
| HSV(B) | 222.81º | 0.8% | 0.97% | - |
| XYZ | 23.36 | 17.74 | 91 | - |
| YUV | 105.15 | 208.62 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 248 | 0.80 | 0.57 | 0 | 0.03 | 222.81 | 0.93 | 0.58 |
| Hex | 31 | 6A | F8 | 50 | 39 | 0 | 3 | DF | 5D | 3A |
| Octal | 61 | 152 | 370 | 120 | 71 | 0 | 3 | 337 | 135 | 72 |
| Binary | 110001 | 1101010 | 11111000 | 1010000 | 111001 | 0 | 11 | 11011111 | 1011101 | 111010 |
Color Harmonies of #316AF8
Complementary color
Monochromatic Colors of #316AF8
Black with #316AF8
Text Example
Text Example
White with #316AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316AF8; }
p { color: rgb(49,106,248); }
H1.HeaderClassName
{
color: #316AF8;
}
.AnyTagClassName
{
color: #316AF8;
}
</style>
background-color css
<style>
a { background-color: #316AF8; }
a { background-color: rgb(49,106,248); }
div.DivClassName
{
background-color: #316AF8;
}
.BgClassName
{
background-color: #316AF8;
}
</style>
border-color css
<style>
span { border-color: #316AF8; }
span { border-color: rgb(49,106,248); }
td.TdClassName
{
border-color: #316AF8;
}
.TagClassName
{
border-color: #316AF8;
}
</style>