Shades of Dodger Blue #3995EC
Tints of Dodger Blue #3995EC
RGB
CMYK
RGB Variations
Color information
#3995EC (or 0x3995EC) is known color: Dodger Blue. HEX triplet: 39, 95 and EC. RGB value is (57,149,236). Sum of RGB (Red+Green+Blue) = 57+149+236=442 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.90% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #3995EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3995EC is #C66A13. Grayscale: #828282. Windows color (decimal): -13003284 or 15504697. OLE color: 15504697.
HSL color Cylindrical-coordinate representation of color #3995EC: hue angle of 209.16º 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 #3995EC is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 149 | 236 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.07 |
| HSL | 209.16º | 0.82% | 0.57% | - |
| HSV(B) | 209.16º | 0.76% | 0.93% | - |
| XYZ | 27.58 | 28.42 | 83.39 | - |
| YUV | 131.41 | 187.02 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 236 | 0.76 | 0.37 | 0 | 0.07 | 209.16 | 0.82 | 0.57 |
| Hex | 39 | 95 | EC | 4C | 25 | 0 | 7 | D1 | 52 | 39 |
| Octal | 71 | 225 | 354 | 114 | 45 | 0 | 7 | 321 | 122 | 71 |
| Binary | 111001 | 10010101 | 11101100 | 1001100 | 100101 | 0 | 111 | 11010001 | 1010010 | 111001 |
Color Harmonies of #3995EC
Complementary color
Monochromatic Colors of #3995EC
Black with #3995EC
Text Example
Text Example
White with #3995EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3995EC; }
p { color: rgb(57,149,236); }
H1.HeaderClassName
{
color: #3995EC;
}
.AnyTagClassName
{
color: #3995EC;
}
</style>
background-color css
<style>
a { background-color: #3995EC; }
a { background-color: rgb(57,149,236); }
div.DivClassName
{
background-color: #3995EC;
}
.BgClassName
{
background-color: #3995EC;
}
</style>
border-color css
<style>
span { border-color: #3995EC; }
span { border-color: rgb(57,149,236); }
td.TdClassName
{
border-color: #3995EC;
}
.TagClassName
{
border-color: #3995EC;
}
</style>