Shades of Royal Blue #397FEC
Tints of Royal Blue #397FEC
RGB
CMYK
RGB Variations
Color information
#397FEC (or 0x397FEC) is known color: Royal Blue. HEX triplet: 39, 7F and EC. RGB value is (57,127,236). Sum of RGB (Red+Green+Blue) = 57+127+236=420 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.57% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #397FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397FEC is #C68013. Grayscale: #757575. Windows color (decimal): -13008916 or 15499065. OLE color: 15499065.
HSL color Cylindrical-coordinate representation of color #397FEC: hue angle of 216.54º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397FEC is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 127 | 236 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.07 |
| HSL | 216.54º | 0.82% | 0.57% | - |
| HSV(B) | 216.54º | 0.76% | 0.93% | - |
| XYZ | 24.42 | 22.1 | 82.34 | - |
| YUV | 118.5 | 194.31 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 236 | 0.76 | 0.46 | 0 | 0.07 | 216.54 | 0.82 | 0.57 |
| Hex | 39 | 7F | EC | 4C | 2E | 0 | 7 | D9 | 52 | 39 |
| Octal | 71 | 177 | 354 | 114 | 56 | 0 | 7 | 331 | 122 | 71 |
| Binary | 111001 | 1111111 | 11101100 | 1001100 | 101110 | 0 | 111 | 11011001 | 1010010 | 111001 |
Color Harmonies of #397FEC
Complementary color
Monochromatic Colors of #397FEC
Black with #397FEC
Text Example
Text Example
White with #397FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FEC; }
p { color: rgb(57,127,236); }
H1.HeaderClassName
{
color: #397FEC;
}
.AnyTagClassName
{
color: #397FEC;
}
</style>
background-color css
<style>
a { background-color: #397FEC; }
a { background-color: rgb(57,127,236); }
div.DivClassName
{
background-color: #397FEC;
}
.BgClassName
{
background-color: #397FEC;
}
</style>
border-color css
<style>
span { border-color: #397FEC; }
span { border-color: rgb(57,127,236); }
td.TdClassName
{
border-color: #397FEC;
}
.TagClassName
{
border-color: #397FEC;
}
</style>