Shades of Royal Blue #397EEF
Tints of Royal Blue #397EEF
RGB
CMYK
RGB Variations
Color information
#397EEF (or 0x397EEF) is known color: Royal Blue. HEX triplet: 39, 7E and EF. RGB value is (57,126,239). Sum of RGB (Red+Green+Blue) = 57+126+239=422 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.51% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #397EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397EEF is #C68110. Grayscale: #757575. Windows color (decimal): -13009169 or 15695417. OLE color: 15695417.
HSL color Cylindrical-coordinate representation of color #397EEF: hue angle of 217.25º 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 #397EEF is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 126 | 239 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.06 |
| HSL | 217.25º | 0.85% | 0.58% | - |
| HSV(B) | 217.25º | 0.76% | 0.94% | - |
| XYZ | 24.73 | 22.02 | 84.61 | - |
| YUV | 118.25 | 196.14 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 239 | 0.76 | 0.47 | 0 | 0.06 | 217.25 | 0.85 | 0.58 |
| Hex | 39 | 7E | EF | 4C | 2F | 0 | 6 | D9 | 55 | 3A |
| Octal | 71 | 176 | 357 | 114 | 57 | 0 | 6 | 331 | 125 | 72 |
| Binary | 111001 | 1111110 | 11101111 | 1001100 | 101111 | 0 | 110 | 11011001 | 1010101 | 111010 |
Color Harmonies of #397EEF
Complementary color
Monochromatic Colors of #397EEF
Black with #397EEF
Text Example
Text Example
White with #397EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397EEF; }
p { color: rgb(57,126,239); }
H1.HeaderClassName
{
color: #397EEF;
}
.AnyTagClassName
{
color: #397EEF;
}
</style>
background-color css
<style>
a { background-color: #397EEF; }
a { background-color: rgb(57,126,239); }
div.DivClassName
{
background-color: #397EEF;
}
.BgClassName
{
background-color: #397EEF;
}
</style>
border-color css
<style>
span { border-color: #397EEF; }
span { border-color: rgb(57,126,239); }
td.TdClassName
{
border-color: #397EEF;
}
.TagClassName
{
border-color: #397EEF;
}
</style>