Shades of Dodger Blue #3992EC
Tints of Dodger Blue #3992EC
RGB
CMYK
RGB Variations
Color information
#3992EC (or 0x3992EC) is known color: Dodger Blue. HEX triplet: 39, 92 and EC. RGB value is (57,146,236). Sum of RGB (Red+Green+Blue) = 57+146+236=439 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.98% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #3992EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3992EC is #C66D13. Grayscale: #818181. Windows color (decimal): -13004052 or 15503929. OLE color: 15503929.
HSL color Cylindrical-coordinate representation of color #3992EC: hue angle of 210.17º 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 #3992EC is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 146 | 236 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.07 |
| HSL | 210.17º | 0.82% | 0.57% | - |
| HSV(B) | 210.17º | 0.76% | 0.93% | - |
| XYZ | 27.11 | 27.48 | 83.23 | - |
| YUV | 129.65 | 188.01 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 236 | 0.76 | 0.38 | 0 | 0.07 | 210.17 | 0.82 | 0.57 |
| Hex | 39 | 92 | EC | 4C | 26 | 0 | 7 | D2 | 52 | 39 |
| Octal | 71 | 222 | 354 | 114 | 46 | 0 | 7 | 322 | 122 | 71 |
| Binary | 111001 | 10010010 | 11101100 | 1001100 | 100110 | 0 | 111 | 11010010 | 1010010 | 111001 |
Color Harmonies of #3992EC
Complementary color
Monochromatic Colors of #3992EC
Black with #3992EC
Text Example
Text Example
White with #3992EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3992EC; }
p { color: rgb(57,146,236); }
H1.HeaderClassName
{
color: #3992EC;
}
.AnyTagClassName
{
color: #3992EC;
}
</style>
background-color css
<style>
a { background-color: #3992EC; }
a { background-color: rgb(57,146,236); }
div.DivClassName
{
background-color: #3992EC;
}
.BgClassName
{
background-color: #3992EC;
}
</style>
border-color css
<style>
span { border-color: #3992EC; }
span { border-color: rgb(57,146,236); }
td.TdClassName
{
border-color: #3992EC;
}
.TagClassName
{
border-color: #3992EC;
}
</style>