Shades of Dodger Blue #3991EC
Tints of Dodger Blue #3991EC
RGB
CMYK
RGB Variations
Color information
#3991EC (or 0x3991EC) is known color: Dodger Blue. HEX triplet: 39, 91 and EC. RGB value is (57,145,236). Sum of RGB (Red+Green+Blue) = 57+145+236=438 (58% of max value = 765). Red value is 57 (22.66% from 255 or 13.01% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #3991EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3991EC is #C66E13. Grayscale: #808080. Windows color (decimal): -13004308 or 15503673. OLE color: 15503673.
HSL color Cylindrical-coordinate representation of color #3991EC: hue angle of 210.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 #3991EC is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 145 | 236 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.07 |
| HSL | 210.5º | 0.82% | 0.57% | - |
| HSV(B) | 210.5º | 0.76% | 0.93% | - |
| XYZ | 26.95 | 27.18 | 83.18 | - |
| YUV | 129.06 | 188.35 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 236 | 0.76 | 0.39 | 0 | 0.07 | 210.5 | 0.82 | 0.57 |
| Hex | 39 | 91 | EC | 4C | 27 | 0 | 7 | D3 | 52 | 39 |
| Octal | 71 | 221 | 354 | 114 | 47 | 0 | 7 | 323 | 122 | 71 |
| Binary | 111001 | 10010001 | 11101100 | 1001100 | 100111 | 0 | 111 | 11010011 | 1010010 | 111001 |
Color Harmonies of #3991EC
Complementary color
Monochromatic Colors of #3991EC
Black with #3991EC
Text Example
Text Example
White with #3991EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3991EC; }
p { color: rgb(57,145,236); }
H1.HeaderClassName
{
color: #3991EC;
}
.AnyTagClassName
{
color: #3991EC;
}
</style>
background-color css
<style>
a { background-color: #3991EC; }
a { background-color: rgb(57,145,236); }
div.DivClassName
{
background-color: #3991EC;
}
.BgClassName
{
background-color: #3991EC;
}
</style>
border-color css
<style>
span { border-color: #3991EC; }
span { border-color: rgb(57,145,236); }
td.TdClassName
{
border-color: #3991EC;
}
.TagClassName
{
border-color: #3991EC;
}
</style>