Shades of Royal Blue #397FE8
Tints of Royal Blue #397FE8
RGB
CMYK
RGB Variations
Color information
#397FE8 (or 0x397FE8) is known color: Royal Blue. HEX triplet: 39, 7F and E8. RGB value is (57,127,232). Sum of RGB (Red+Green+Blue) = 57+127+232=416 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.70% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 232 (91.02% from 255 or 55.77% from 416); Max value from RGB is 232 - color contains mainly: blue. Hex color #397FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397FE8 is #C68017. Grayscale: #757575. Windows color (decimal): -13008920 or 15236921. OLE color: 15236921.
HSL color Cylindrical-coordinate representation of color #397FE8: hue angle of 216º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #397FE8 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 127 | 232 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.09 |
| HSL | 216º | 0.79% | 0.57% | - |
| HSV(B) | 216º | 0.75% | 0.91% | - |
| XYZ | 23.84 | 21.87 | 79.31 | - |
| YUV | 118.04 | 192.31 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 232 | 0.75 | 0.45 | 0 | 0.09 | 216 | 0.79 | 0.57 |
| Hex | 39 | 7F | E8 | 4B | 2D | 0 | 9 | D8 | 4F | 39 |
| Octal | 71 | 177 | 350 | 113 | 55 | 0 | 11 | 330 | 117 | 71 |
| Binary | 111001 | 1111111 | 11101000 | 1001011 | 101101 | 0 | 1001 | 11011000 | 1001111 | 111001 |
Color Harmonies of #397FE8
Complementary color
Monochromatic Colors of #397FE8
Black with #397FE8
Text Example
Text Example
White with #397FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FE8; }
p { color: rgb(57,127,232); }
H1.HeaderClassName
{
color: #397FE8;
}
.AnyTagClassName
{
color: #397FE8;
}
</style>
background-color css
<style>
a { background-color: #397FE8; }
a { background-color: rgb(57,127,232); }
div.DivClassName
{
background-color: #397FE8;
}
.BgClassName
{
background-color: #397FE8;
}
</style>
border-color css
<style>
span { border-color: #397FE8; }
span { border-color: rgb(57,127,232); }
td.TdClassName
{
border-color: #397FE8;
}
.TagClassName
{
border-color: #397FE8;
}
</style>