Shades of Royal Blue #397EDD
Tints of Royal Blue #397EDD
RGB
CMYK
RGB Variations
Color information
#397EDD (or 0x397EDD) is known color: Royal Blue. HEX triplet: 39, 7E and DD. RGB value is (57,126,221). Sum of RGB (Red+Green+Blue) = 57+126+221=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #397EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397EDD is #C68122. Grayscale: #737373. Windows color (decimal): -13009187 or 14515769. OLE color: 14515769.
HSL color Cylindrical-coordinate representation of color #397EDD: hue angle of 214.76º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #397EDD is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 126 | 221 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.13 |
| HSL | 214.76º | 0.71% | 0.55% | - |
| HSV(B) | 214.76º | 0.74% | 0.87% | - |
| XYZ | 22.2 | 21.01 | 71.29 | - |
| YUV | 116.2 | 187.14 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 221 | 0.74 | 0.43 | 0 | 0.13 | 214.76 | 0.71 | 0.55 |
| Hex | 39 | 7E | DD | 4A | 2B | 0 | D | D7 | 47 | 37 |
| Octal | 71 | 176 | 335 | 112 | 53 | 0 | 15 | 327 | 107 | 67 |
| Binary | 111001 | 1111110 | 11011101 | 1001010 | 101011 | 0 | 1101 | 11010111 | 1000111 | 110111 |
Color Harmonies of #397EDD
Complementary color
Monochromatic Colors of #397EDD
Black with #397EDD
Text Example
Text Example
White with #397EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397EDD; }
p { color: rgb(57,126,221); }
H1.HeaderClassName
{
color: #397EDD;
}
.AnyTagClassName
{
color: #397EDD;
}
</style>
background-color css
<style>
a { background-color: #397EDD; }
a { background-color: rgb(57,126,221); }
div.DivClassName
{
background-color: #397EDD;
}
.BgClassName
{
background-color: #397EDD;
}
</style>
border-color css
<style>
span { border-color: #397EDD; }
span { border-color: rgb(57,126,221); }
td.TdClassName
{
border-color: #397EDD;
}
.TagClassName
{
border-color: #397EDD;
}
</style>