Shades of Dodger Blue #3996EC
Tints of Dodger Blue #3996EC
RGB
CMYK
RGB Variations
Color information
#3996EC (or 0x3996EC) is known color: Dodger Blue. HEX triplet: 39, 96 and EC. RGB value is (57,150,236). Sum of RGB (Red+Green+Blue) = 57+150+236=443 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.87% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #3996EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3996EC is #C66913. Grayscale: #838383. Windows color (decimal): -13003028 or 15504953. OLE color: 15504953.
HSL color Cylindrical-coordinate representation of color #3996EC: hue angle of 208.83º 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 #3996EC is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 150 | 236 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.07 |
| HSL | 208.83º | 0.82% | 0.57% | - |
| HSV(B) | 208.83º | 0.76% | 0.93% | - |
| XYZ | 27.73 | 28.74 | 83.44 | - |
| YUV | 132 | 186.69 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 150 | 236 | 0.76 | 0.36 | 0 | 0.07 | 208.83 | 0.82 | 0.57 |
| Hex | 39 | 96 | EC | 4C | 24 | 0 | 7 | D1 | 52 | 39 |
| Octal | 71 | 226 | 354 | 114 | 44 | 0 | 7 | 321 | 122 | 71 |
| Binary | 111001 | 10010110 | 11101100 | 1001100 | 100100 | 0 | 111 | 11010001 | 1010010 | 111001 |
Color Harmonies of #3996EC
Complementary color
Monochromatic Colors of #3996EC
Black with #3996EC
Text Example
Text Example
White with #3996EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3996EC; }
p { color: rgb(57,150,236); }
H1.HeaderClassName
{
color: #3996EC;
}
.AnyTagClassName
{
color: #3996EC;
}
</style>
background-color css
<style>
a { background-color: #3996EC; }
a { background-color: rgb(57,150,236); }
div.DivClassName
{
background-color: #3996EC;
}
.BgClassName
{
background-color: #3996EC;
}
</style>
border-color css
<style>
span { border-color: #3996EC; }
span { border-color: rgb(57,150,236); }
td.TdClassName
{
border-color: #3996EC;
}
.TagClassName
{
border-color: #3996EC;
}
</style>