Shades of Royal Blue #397EED
Tints of Royal Blue #397EED
RGB
CMYK
RGB Variations
Color information
#397EED (or 0x397EED) is known color: Royal Blue. HEX triplet: 39, 7E and ED. RGB value is (57,126,237). Sum of RGB (Red+Green+Blue) = 57+126+237=420 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.57% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #397EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397EED is #C68112. Grayscale: #757575. Windows color (decimal): -13009171 or 15564345. OLE color: 15564345.
HSL color Cylindrical-coordinate representation of color #397EED: hue angle of 217º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397EED is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 126 | 237 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.07 |
| HSL | 217º | 0.83% | 0.58% | - |
| HSV(B) | 217º | 0.76% | 0.93% | - |
| XYZ | 24.43 | 21.91 | 83.06 | - |
| YUV | 118.02 | 195.14 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 237 | 0.76 | 0.47 | 0 | 0.07 | 217 | 0.83 | 0.58 |
| Hex | 39 | 7E | ED | 4C | 2F | 0 | 7 | D9 | 53 | 3A |
| Octal | 71 | 176 | 355 | 114 | 57 | 0 | 7 | 331 | 123 | 72 |
| Binary | 111001 | 1111110 | 11101101 | 1001100 | 101111 | 0 | 111 | 11011001 | 1010011 | 111010 |
Color Harmonies of #397EED
Complementary color
Monochromatic Colors of #397EED
Black with #397EED
Text Example
Text Example
White with #397EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397EED; }
p { color: rgb(57,126,237); }
H1.HeaderClassName
{
color: #397EED;
}
.AnyTagClassName
{
color: #397EED;
}
</style>
background-color css
<style>
a { background-color: #397EED; }
a { background-color: rgb(57,126,237); }
div.DivClassName
{
background-color: #397EED;
}
.BgClassName
{
background-color: #397EED;
}
</style>
border-color css
<style>
span { border-color: #397EED; }
span { border-color: rgb(57,126,237); }
td.TdClassName
{
border-color: #397EED;
}
.TagClassName
{
border-color: #397EED;
}
</style>