Shades of Royal Blue #397BEF
Tints of Royal Blue #397BEF
RGB
CMYK
RGB Variations
Color information
#397BEF (or 0x397BEF) is known color: Royal Blue. HEX triplet: 39, 7B and EF. RGB value is (57,123,239). Sum of RGB (Red+Green+Blue) = 57+123+239=419 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.60% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #397BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397BEF is #C68410. Grayscale: #737373. Windows color (decimal): -13009937 or 15694649. OLE color: 15694649.
HSL color Cylindrical-coordinate representation of color #397BEF: hue angle of 218.24º 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 #397BEF is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 123 | 239 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.06 |
| HSL | 218.24º | 0.85% | 0.58% | - |
| HSV(B) | 218.24º | 0.76% | 0.94% | - |
| XYZ | 24.35 | 21.27 | 84.48 | - |
| YUV | 116.49 | 197.13 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 239 | 0.76 | 0.49 | 0 | 0.06 | 218.24 | 0.85 | 0.58 |
| Hex | 39 | 7B | EF | 4C | 31 | 0 | 6 | DA | 55 | 3A |
| Octal | 71 | 173 | 357 | 114 | 61 | 0 | 6 | 332 | 125 | 72 |
| Binary | 111001 | 1111011 | 11101111 | 1001100 | 110001 | 0 | 110 | 11011010 | 1010101 | 111010 |
Color Harmonies of #397BEF
Complementary color
Monochromatic Colors of #397BEF
Black with #397BEF
Text Example
Text Example
White with #397BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397BEF; }
p { color: rgb(57,123,239); }
H1.HeaderClassName
{
color: #397BEF;
}
.AnyTagClassName
{
color: #397BEF;
}
</style>
background-color css
<style>
a { background-color: #397BEF; }
a { background-color: rgb(57,123,239); }
div.DivClassName
{
background-color: #397BEF;
}
.BgClassName
{
background-color: #397BEF;
}
</style>
border-color css
<style>
span { border-color: #397BEF; }
span { border-color: rgb(57,123,239); }
td.TdClassName
{
border-color: #397BEF;
}
.TagClassName
{
border-color: #397BEF;
}
</style>