Shades of Royal Blue #396DF8
Tints of Royal Blue #396DF8
RGB
CMYK
RGB Variations
Color information
#396DF8 (or 0x396DF8) is known color: Royal Blue. HEX triplet: 39, 6D and F8. RGB value is (57,109,248). Sum of RGB (Red+Green+Blue) = 57+109+248=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 248 (97.27% from 255 or 59.90% from 414); Max value from RGB is 248 - color contains mainly: blue. Hex color #396DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396DF8 is #C69207. Grayscale: #6C6C6C. Windows color (decimal): -13013512 or 16280889. OLE color: 16280889.
HSL color Cylindrical-coordinate representation of color #396DF8: hue angle of 223.66º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396DF8 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 57 | 109 | 248 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.03 |
| HSL | 223.66º | 0.93% | 0.6% | - |
| HSV(B) | 223.66º | 0.77% | 0.97% | - |
| XYZ | 24.1 | 18.58 | 91.12 | - |
| YUV | 109.3 | 206.27 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 248 | 0.77 | 0.56 | 0 | 0.03 | 223.66 | 0.93 | 0.6 |
| Hex | 39 | 6D | F8 | 4D | 38 | 0 | 3 | E0 | 5D | 3C |
| Octal | 71 | 155 | 370 | 115 | 70 | 0 | 3 | 340 | 135 | 74 |
| Binary | 111001 | 1101101 | 11111000 | 1001101 | 111000 | 0 | 11 | 11100000 | 1011101 | 111100 |
Color Harmonies of #396DF8
Complementary color
Monochromatic Colors of #396DF8
Black with #396DF8
Text Example
Text Example
White with #396DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396DF8; }
p { color: rgb(57,109,248); }
H1.HeaderClassName
{
color: #396DF8;
}
.AnyTagClassName
{
color: #396DF8;
}
</style>
background-color css
<style>
a { background-color: #396DF8; }
a { background-color: rgb(57,109,248); }
div.DivClassName
{
background-color: #396DF8;
}
.BgClassName
{
background-color: #396DF8;
}
</style>
border-color css
<style>
span { border-color: #396DF8; }
span { border-color: rgb(57,109,248); }
td.TdClassName
{
border-color: #396DF8;
}
.TagClassName
{
border-color: #396DF8;
}
</style>