Shades of Royal Blue #397DDF
Tints of Royal Blue #397DDF
RGB
CMYK
RGB Variations
Color information
#397DDF (or 0x397DDF) is known color: Royal Blue. HEX triplet: 39, 7D and DF. RGB value is (57,125,223). Sum of RGB (Red+Green+Blue) = 57+125+223=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #397DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DDF is #C68220. Grayscale: #737373. Windows color (decimal): -13009441 or 14646585. OLE color: 14646585.
HSL color Cylindrical-coordinate representation of color #397DDF: hue angle of 215.42º degrees, saturation: 0.72, 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 #397DDF is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 125 | 223 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.13 |
| HSL | 215.42º | 0.72% | 0.55% | - |
| HSV(B) | 215.42º | 0.74% | 0.87% | - |
| XYZ | 22.34 | 20.86 | 72.66 | - |
| YUV | 115.84 | 188.47 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 223 | 0.74 | 0.44 | 0 | 0.13 | 215.42 | 0.72 | 0.55 |
| Hex | 39 | 7D | DF | 4A | 2C | 0 | D | D7 | 48 | 37 |
| Octal | 71 | 175 | 337 | 112 | 54 | 0 | 15 | 327 | 110 | 67 |
| Binary | 111001 | 1111101 | 11011111 | 1001010 | 101100 | 0 | 1101 | 11010111 | 1001000 | 110111 |
Color Harmonies of #397DDF
Complementary color
Monochromatic Colors of #397DDF
Black with #397DDF
Text Example
Text Example
White with #397DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397DDF; }
p { color: rgb(57,125,223); }
H1.HeaderClassName
{
color: #397DDF;
}
.AnyTagClassName
{
color: #397DDF;
}
</style>
background-color css
<style>
a { background-color: #397DDF; }
a { background-color: rgb(57,125,223); }
div.DivClassName
{
background-color: #397DDF;
}
.BgClassName
{
background-color: #397DDF;
}
</style>
border-color css
<style>
span { border-color: #397DDF; }
span { border-color: rgb(57,125,223); }
td.TdClassName
{
border-color: #397DDF;
}
.TagClassName
{
border-color: #397DDF;
}
</style>