Shades of Royal Blue #397FDA
Tints of Royal Blue #397FDA
RGB
CMYK
RGB Variations
Color information
#397FDA (or 0x397FDA) is known color: Royal Blue. HEX triplet: 39, 7F and DA. RGB value is (57,127,218). Sum of RGB (Red+Green+Blue) = 57+127+218=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #397FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FDA is #C68025. Grayscale: #747474. Windows color (decimal): -13008934 or 14319417. OLE color: 14319417.
HSL color Cylindrical-coordinate representation of color #397FDA: hue angle of 213.91º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #397FDA is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 127 | 218 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.15 |
| HSL | 213.91º | 0.69% | 0.54% | - |
| HSV(B) | 213.91º | 0.74% | 0.85% | - |
| XYZ | 21.93 | 21.11 | 69.25 | - |
| YUV | 116.44 | 185.31 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 218 | 0.74 | 0.42 | 0 | 0.15 | 213.91 | 0.69 | 0.54 |
| Hex | 39 | 7F | DA | 4A | 2A | 0 | F | D6 | 45 | 36 |
| Octal | 71 | 177 | 332 | 112 | 52 | 0 | 17 | 326 | 105 | 66 |
| Binary | 111001 | 1111111 | 11011010 | 1001010 | 101010 | 0 | 1111 | 11010110 | 1000101 | 110110 |
Color Harmonies of #397FDA
Complementary color
Monochromatic Colors of #397FDA
Black with #397FDA
Text Example
Text Example
White with #397FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397FDA; }
p { color: rgb(57,127,218); }
H1.HeaderClassName
{
color: #397FDA;
}
.AnyTagClassName
{
color: #397FDA;
}
</style>
background-color css
<style>
a { background-color: #397FDA; }
a { background-color: rgb(57,127,218); }
div.DivClassName
{
background-color: #397FDA;
}
.BgClassName
{
background-color: #397FDA;
}
</style>
border-color css
<style>
span { border-color: #397FDA; }
span { border-color: rgb(57,127,218); }
td.TdClassName
{
border-color: #397FDA;
}
.TagClassName
{
border-color: #397FDA;
}
</style>