Shades of Dodger Blue #397DFF
Tints of Dodger Blue #397DFF
RGB
CMYK
RGB Variations
Color information
#397DFF (or 0x397DFF) is known color: Dodger Blue. HEX triplet: 39, 7D and FF. RGB value is (57,125,255). Sum of RGB (Red+Green+Blue) = 57+125+255=437 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.04% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #397DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397DFF is #C68200. Grayscale: #767676. Windows color (decimal): -13009409 or 16743737. OLE color: 16743737.
HSL color Cylindrical-coordinate representation of color #397DFF: hue angle of 219.39º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #397DFF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 125 | 255 | - |
| CMYK | 0.78 | 0.51 | 0 | 0 |
| HSL | 219.39º | 1% | 0.61% | - |
| HSV(B) | 219.39º | 0.78% | 1% | - |
| XYZ | 27.07 | 22.76 | 97.57 | - |
| YUV | 119.49 | 204.47 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 255 | 0.78 | 0.51 | 0 | 0 | 219.39 | 1 | 0.61 |
| Hex | 39 | 7D | FF | 4E | 33 | 0 | 0 | DB | 64 | 3D |
| Octal | 71 | 175 | 377 | 116 | 63 | 0 | 0 | 333 | 144 | 75 |
| Binary | 111001 | 1111101 | 11111111 | 1001110 | 110011 | 0 | 0 | 11011011 | 1100100 | 111101 |
Color Harmonies of #397DFF
Complementary color
Monochromatic Colors of #397DFF
Black with #397DFF
Text Example
Text Example
White with #397DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397DFF; }
p { color: rgb(57,125,255); }
H1.HeaderClassName
{
color: #397DFF;
}
.AnyTagClassName
{
color: #397DFF;
}
</style>
background-color css
<style>
a { background-color: #397DFF; }
a { background-color: rgb(57,125,255); }
div.DivClassName
{
background-color: #397DFF;
}
.BgClassName
{
background-color: #397DFF;
}
</style>
border-color css
<style>
span { border-color: #397DFF; }
span { border-color: rgb(57,125,255); }
td.TdClassName
{
border-color: #397DFF;
}
.TagClassName
{
border-color: #397DFF;
}
</style>