Shades of Royal Blue #397FD8
Tints of Royal Blue #397FD8
RGB
CMYK
RGB Variations
Color information
#397FD8 (or 0x397FD8) is known color: Royal Blue. HEX triplet: 39, 7F and D8. RGB value is (57,127,216). Sum of RGB (Red+Green+Blue) = 57+127+216=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #397FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FD8 is #C68027. Grayscale: #737373. Windows color (decimal): -13008936 or 14188345. OLE color: 14188345.
HSL color Cylindrical-coordinate representation of color #397FD8: hue angle of 213.58º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #397FD8 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 127 | 216 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.15 |
| HSL | 213.58º | 0.67% | 0.54% | - |
| HSV(B) | 213.58º | 0.74% | 0.85% | - |
| XYZ | 21.67 | 21.01 | 67.88 | - |
| YUV | 116.22 | 184.31 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 216 | 0.74 | 0.41 | 0 | 0.15 | 213.58 | 0.67 | 0.54 |
| Hex | 39 | 7F | D8 | 4A | 29 | 0 | F | D6 | 43 | 36 |
| Octal | 71 | 177 | 330 | 112 | 51 | 0 | 17 | 326 | 103 | 66 |
| Binary | 111001 | 1111111 | 11011000 | 1001010 | 101001 | 0 | 1111 | 11010110 | 1000011 | 110110 |
Color Harmonies of #397FD8
Complementary color
Monochromatic Colors of #397FD8
Black with #397FD8
Text Example
Text Example
White with #397FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FD8; }
p { color: rgb(57,127,216); }
H1.HeaderClassName
{
color: #397FD8;
}
.AnyTagClassName
{
color: #397FD8;
}
</style>
background-color css
<style>
a { background-color: #397FD8; }
a { background-color: rgb(57,127,216); }
div.DivClassName
{
background-color: #397FD8;
}
.BgClassName
{
background-color: #397FD8;
}
</style>
border-color css
<style>
span { border-color: #397FD8; }
span { border-color: rgb(57,127,216); }
td.TdClassName
{
border-color: #397FD8;
}
.TagClassName
{
border-color: #397FD8;
}
</style>