Shades of Royal Blue #397FEF
Tints of Royal Blue #397FEF
RGB
CMYK
RGB Variations
Color information
#397FEF (or 0x397FEF) is known color: Royal Blue. HEX triplet: 39, 7F and EF. RGB value is (57,127,239). Sum of RGB (Red+Green+Blue) = 57+127+239=423 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.48% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #397FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397FEF is #C68010. Grayscale: #767676. Windows color (decimal): -13008913 or 15695673. OLE color: 15695673.
HSL color Cylindrical-coordinate representation of color #397FEF: hue angle of 216.92º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397FEF is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 127 | 239 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.06 |
| HSL | 216.92º | 0.85% | 0.58% | - |
| HSV(B) | 216.92º | 0.76% | 0.94% | - |
| XYZ | 24.86 | 22.28 | 84.65 | - |
| YUV | 118.84 | 195.81 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 239 | 0.76 | 0.47 | 0 | 0.06 | 216.92 | 0.85 | 0.58 |
| Hex | 39 | 7F | EF | 4C | 2F | 0 | 6 | D9 | 55 | 3A |
| Octal | 71 | 177 | 357 | 114 | 57 | 0 | 6 | 331 | 125 | 72 |
| Binary | 111001 | 1111111 | 11101111 | 1001100 | 101111 | 0 | 110 | 11011001 | 1010101 | 111010 |
Color Harmonies of #397FEF
Complementary color
Monochromatic Colors of #397FEF
Black with #397FEF
Text Example
Text Example
White with #397FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FEF; }
p { color: rgb(57,127,239); }
H1.HeaderClassName
{
color: #397FEF;
}
.AnyTagClassName
{
color: #397FEF;
}
</style>
background-color css
<style>
a { background-color: #397FEF; }
a { background-color: rgb(57,127,239); }
div.DivClassName
{
background-color: #397FEF;
}
.BgClassName
{
background-color: #397FEF;
}
</style>
border-color css
<style>
span { border-color: #397FEF; }
span { border-color: rgb(57,127,239); }
td.TdClassName
{
border-color: #397FEF;
}
.TagClassName
{
border-color: #397FEF;
}
</style>