Shades of Royal Blue #397DFB
Tints of Royal Blue #397DFB
RGB
CMYK
RGB Variations
Color information
#397DFB (or 0x397DFB) is known color: Royal Blue. HEX triplet: 39, 7D and FB. RGB value is (57,125,251). Sum of RGB (Red+Green+Blue) = 57+125+251=433 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.16% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #397DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397DFB is #C68204. Grayscale: #767676. Windows color (decimal): -13009413 or 16481593. OLE color: 16481593.
HSL color Cylindrical-coordinate representation of color #397DFB: hue angle of 218.97º degrees, saturation: 0.96, 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 #397DFB is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 125 | 251 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.02 |
| HSL | 218.97º | 0.96% | 0.6% | - |
| HSV(B) | 218.97º | 0.77% | 0.98% | - |
| XYZ | 26.43 | 22.5 | 94.22 | - |
| YUV | 119.03 | 202.47 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 251 | 0.77 | 0.50 | 0 | 0.02 | 218.97 | 0.96 | 0.6 |
| Hex | 39 | 7D | FB | 4D | 32 | 0 | 2 | DB | 60 | 3C |
| Octal | 71 | 175 | 373 | 115 | 62 | 0 | 2 | 333 | 140 | 74 |
| Binary | 111001 | 1111101 | 11111011 | 1001101 | 110010 | 0 | 10 | 11011011 | 1100000 | 111100 |
Color Harmonies of #397DFB
Complementary color
Monochromatic Colors of #397DFB
Black with #397DFB
Text Example
Text Example
White with #397DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397DFB; }
p { color: rgb(57,125,251); }
H1.HeaderClassName
{
color: #397DFB;
}
.AnyTagClassName
{
color: #397DFB;
}
</style>
background-color css
<style>
a { background-color: #397DFB; }
a { background-color: rgb(57,125,251); }
div.DivClassName
{
background-color: #397DFB;
}
.BgClassName
{
background-color: #397DFB;
}
</style>
border-color css
<style>
span { border-color: #397DFB; }
span { border-color: rgb(57,125,251); }
td.TdClassName
{
border-color: #397DFB;
}
.TagClassName
{
border-color: #397DFB;
}
</style>