Shades of Dodger Blue #397CFF
Tints of Dodger Blue #397CFF
RGB
CMYK
RGB Variations
Color information
#397CFF (or 0x397CFF) is known color: Dodger Blue. HEX triplet: 39, 7C and FF. RGB value is (57,124,255). Sum of RGB (Red+Green+Blue) = 57+124+255=436 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.07% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #397CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397CFF is #C68300. Grayscale: #767676. Windows color (decimal): -13009665 or 16743481. OLE color: 16743481.
HSL color Cylindrical-coordinate representation of color #397CFF: hue angle of 219.7º 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 #397CFF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 124 | 255 | - |
| CMYK | 0.78 | 0.51 | 0 | 0 |
| HSL | 219.7º | 1% | 0.61% | - |
| HSV(B) | 219.7º | 0.78% | 1% | - |
| XYZ | 26.95 | 22.51 | 97.53 | - |
| YUV | 118.9 | 204.8 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 255 | 0.78 | 0.51 | 0 | 0 | 219.7 | 1 | 0.61 |
| Hex | 39 | 7C | FF | 4E | 33 | 0 | 0 | DC | 64 | 3D |
| Octal | 71 | 174 | 377 | 116 | 63 | 0 | 0 | 334 | 144 | 75 |
| Binary | 111001 | 1111100 | 11111111 | 1001110 | 110011 | 0 | 0 | 11011100 | 1100100 | 111101 |
Color Harmonies of #397CFF
Complementary color
Monochromatic Colors of #397CFF
Black with #397CFF
Text Example
Text Example
White with #397CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397CFF; }
p { color: rgb(57,124,255); }
H1.HeaderClassName
{
color: #397CFF;
}
.AnyTagClassName
{
color: #397CFF;
}
</style>
background-color css
<style>
a { background-color: #397CFF; }
a { background-color: rgb(57,124,255); }
div.DivClassName
{
background-color: #397CFF;
}
.BgClassName
{
background-color: #397CFF;
}
</style>
border-color css
<style>
span { border-color: #397CFF; }
span { border-color: rgb(57,124,255); }
td.TdClassName
{
border-color: #397CFF;
}
.TagClassName
{
border-color: #397CFF;
}
</style>