Shades of Dodger Blue #3994EC
Tints of Dodger Blue #3994EC
RGB
CMYK
RGB Variations
Color information
#3994EC (or 0x3994EC) is known color: Dodger Blue. HEX triplet: 39, 94 and EC. RGB value is (57,148,236). Sum of RGB (Red+Green+Blue) = 57+148+236=441 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.93% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #3994EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3994EC is #C66B13. Grayscale: #828282. Windows color (decimal): -13003540 or 15504441. OLE color: 15504441.
HSL color Cylindrical-coordinate representation of color #3994EC: hue angle of 209.5º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3994EC is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 148 | 236 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.07 |
| HSL | 209.5º | 0.82% | 0.57% | - |
| HSV(B) | 209.5º | 0.76% | 0.93% | - |
| XYZ | 27.42 | 28.11 | 83.34 | - |
| YUV | 130.82 | 187.35 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 148 | 236 | 0.76 | 0.37 | 0 | 0.07 | 209.5 | 0.82 | 0.57 |
| Hex | 39 | 94 | EC | 4C | 25 | 0 | 7 | D1 | 52 | 39 |
| Octal | 71 | 224 | 354 | 114 | 45 | 0 | 7 | 321 | 122 | 71 |
| Binary | 111001 | 10010100 | 11101100 | 1001100 | 100101 | 0 | 111 | 11010001 | 1010010 | 111001 |
Color Harmonies of #3994EC
Complementary color
Monochromatic Colors of #3994EC
Black with #3994EC
Text Example
Text Example
White with #3994EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3994EC; }
p { color: rgb(57,148,236); }
H1.HeaderClassName
{
color: #3994EC;
}
.AnyTagClassName
{
color: #3994EC;
}
</style>
background-color css
<style>
a { background-color: #3994EC; }
a { background-color: rgb(57,148,236); }
div.DivClassName
{
background-color: #3994EC;
}
.BgClassName
{
background-color: #3994EC;
}
</style>
border-color css
<style>
span { border-color: #3994EC; }
span { border-color: rgb(57,148,236); }
td.TdClassName
{
border-color: #3994EC;
}
.TagClassName
{
border-color: #3994EC;
}
</style>