Shades of Royal Blue #397FDB
Tints of Royal Blue #397FDB
RGB
CMYK
RGB Variations
Color information
#397FDB (or 0x397FDB) is known color: Royal Blue. HEX triplet: 39, 7F and DB. RGB value is (57,127,219). Sum of RGB (Red+Green+Blue) = 57+127+219=403 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.14% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #397FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FDB is #C68024. Grayscale: #747474. Windows color (decimal): -13008933 or 14384953. OLE color: 14384953.
HSL color Cylindrical-coordinate representation of color #397FDB: hue angle of 214.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #397FDB is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 127 | 219 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.14 |
| HSL | 214.07º | 0.69% | 0.54% | - |
| HSV(B) | 214.07º | 0.74% | 0.86% | - |
| XYZ | 22.06 | 21.16 | 69.94 | - |
| YUV | 116.56 | 185.81 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 219 | 0.74 | 0.42 | 0 | 0.14 | 214.07 | 0.69 | 0.54 |
| Hex | 39 | 7F | DB | 4A | 2A | 0 | E | D6 | 45 | 36 |
| Octal | 71 | 177 | 333 | 112 | 52 | 0 | 16 | 326 | 105 | 66 |
| Binary | 111001 | 1111111 | 11011011 | 1001010 | 101010 | 0 | 1110 | 11010110 | 1000101 | 110110 |
Color Harmonies of #397FDB
Complementary color
Monochromatic Colors of #397FDB
Black with #397FDB
Text Example
Text Example
White with #397FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FDB; }
p { color: rgb(57,127,219); }
H1.HeaderClassName
{
color: #397FDB;
}
.AnyTagClassName
{
color: #397FDB;
}
</style>
background-color css
<style>
a { background-color: #397FDB; }
a { background-color: rgb(57,127,219); }
div.DivClassName
{
background-color: #397FDB;
}
.BgClassName
{
background-color: #397FDB;
}
</style>
border-color css
<style>
span { border-color: #397FDB; }
span { border-color: rgb(57,127,219); }
td.TdClassName
{
border-color: #397FDB;
}
.TagClassName
{
border-color: #397FDB;
}
</style>