Shades of Royal Blue #397DF9
Tints of Royal Blue #397DF9
RGB
CMYK
RGB Variations
Color information
#397DF9 (or 0x397DF9) is known color: Royal Blue. HEX triplet: 39, 7D and F9. RGB value is (57,125,249). Sum of RGB (Red+Green+Blue) = 57+125+249=431 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.23% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #397DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397DF9 is #C68206. Grayscale: #767676. Windows color (decimal): -13009415 or 16350521. OLE color: 16350521.
HSL color Cylindrical-coordinate representation of color #397DF9: hue angle of 218.75º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #397DF9 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 125 | 249 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.02 |
| HSL | 218.75º | 0.94% | 0.6% | - |
| HSV(B) | 218.75º | 0.77% | 0.98% | - |
| XYZ | 26.12 | 22.38 | 92.56 | - |
| YUV | 118.8 | 201.47 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 249 | 0.77 | 0.50 | 0 | 0.02 | 218.75 | 0.94 | 0.6 |
| Hex | 39 | 7D | F9 | 4D | 32 | 0 | 2 | DB | 5E | 3C |
| Octal | 71 | 175 | 371 | 115 | 62 | 0 | 2 | 333 | 136 | 74 |
| Binary | 111001 | 1111101 | 11111001 | 1001101 | 110010 | 0 | 10 | 11011011 | 1011110 | 111100 |
Color Harmonies of #397DF9
Complementary color
Monochromatic Colors of #397DF9
Black with #397DF9
Text Example
Text Example
White with #397DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397DF9; }
p { color: rgb(57,125,249); }
H1.HeaderClassName
{
color: #397DF9;
}
.AnyTagClassName
{
color: #397DF9;
}
</style>
background-color css
<style>
a { background-color: #397DF9; }
a { background-color: rgb(57,125,249); }
div.DivClassName
{
background-color: #397DF9;
}
.BgClassName
{
background-color: #397DF9;
}
</style>
border-color css
<style>
span { border-color: #397DF9; }
span { border-color: rgb(57,125,249); }
td.TdClassName
{
border-color: #397DF9;
}
.TagClassName
{
border-color: #397DF9;
}
</style>