Shades of Dodger Blue #397EFF
Tints of Dodger Blue #397EFF
RGB
CMYK
RGB Variations
Color information
#397EFF (or 0x397EFF) is known color: Dodger Blue. HEX triplet: 39, 7E and FF. RGB value is (57,126,255). Sum of RGB (Red+Green+Blue) = 57+126+255=438 (58% of max value = 765). Red value is 57 (22.66% from 255 or 13.01% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #397EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397EFF is #C68100. Grayscale: #777777. Windows color (decimal): -13009153 or 16743993. OLE color: 16743993.
HSL color Cylindrical-coordinate representation of color #397EFF: hue angle of 219.09º 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 #397EFF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 126 | 255 | - |
| CMYK | 0.78 | 0.51 | 0 | 0 |
| HSL | 219.09º | 1% | 0.61% | - |
| HSV(B) | 219.09º | 0.78% | 1% | - |
| XYZ | 27.2 | 23.01 | 97.62 | - |
| YUV | 120.08 | 204.14 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 255 | 0.78 | 0.51 | 0 | 0 | 219.09 | 1 | 0.61 |
| Hex | 39 | 7E | FF | 4E | 33 | 0 | 0 | DB | 64 | 3D |
| Octal | 71 | 176 | 377 | 116 | 63 | 0 | 0 | 333 | 144 | 75 |
| Binary | 111001 | 1111110 | 11111111 | 1001110 | 110011 | 0 | 0 | 11011011 | 1100100 | 111101 |
Color Harmonies of #397EFF
Complementary color
Monochromatic Colors of #397EFF
Black with #397EFF
Text Example
Text Example
White with #397EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397EFF; }
p { color: rgb(57,126,255); }
H1.HeaderClassName
{
color: #397EFF;
}
.AnyTagClassName
{
color: #397EFF;
}
</style>
background-color css
<style>
a { background-color: #397EFF; }
a { background-color: rgb(57,126,255); }
div.DivClassName
{
background-color: #397EFF;
}
.BgClassName
{
background-color: #397EFF;
}
</style>
border-color css
<style>
span { border-color: #397EFF; }
span { border-color: rgb(57,126,255); }
td.TdClassName
{
border-color: #397EFF;
}
.TagClassName
{
border-color: #397EFF;
}
</style>