Shades of Dodger Blue #3E8EEF
Tints of Dodger Blue #3E8EEF
RGB
CMYK
RGB Variations
Color information
#3E8EEF (or 0x3E8EEF) is known color: Dodger Blue. HEX triplet: 3E, 8E and EF. RGB value is (62,142,239). Sum of RGB (Red+Green+Blue) = 62+142+239=443 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.00% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E8EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E8EEF is #C17110. Grayscale: #808080. Windows color (decimal): -12677393 or 15699518. OLE color: 15699518.
HSL color Cylindrical-coordinate representation of color #3E8EEF: hue angle of 212.88º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E8EEF is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 142 | 239 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.06 |
| HSL | 212.88º | 0.85% | 0.59% | - |
| HSV(B) | 212.88º | 0.74% | 0.94% | - |
| XYZ | 27.24 | 26.6 | 85.36 | - |
| YUV | 129.14 | 190 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 142 | 239 | 0.74 | 0.41 | 0 | 0.06 | 212.88 | 0.85 | 0.59 |
| Hex | 3E | 8E | EF | 4A | 29 | 0 | 6 | D5 | 55 | 3B |
| Octal | 76 | 216 | 357 | 112 | 51 | 0 | 6 | 325 | 125 | 73 |
| Binary | 111110 | 10001110 | 11101111 | 1001010 | 101001 | 0 | 110 | 11010101 | 1010101 | 111011 |
Color Harmonies of #3E8EEF
Complementary color
Monochromatic Colors of #3E8EEF
Black with #3E8EEF
Text Example
Text Example
White with #3E8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8EEF; }
p { color: rgb(62,142,239); }
H1.HeaderClassName
{
color: #3E8EEF;
}
.AnyTagClassName
{
color: #3E8EEF;
}
</style>
background-color css
<style>
a { background-color: #3E8EEF; }
a { background-color: rgb(62,142,239); }
div.DivClassName
{
background-color: #3E8EEF;
}
.BgClassName
{
background-color: #3E8EEF;
}
</style>
border-color css
<style>
span { border-color: #3E8EEF; }
span { border-color: rgb(62,142,239); }
td.TdClassName
{
border-color: #3E8EEF;
}
.TagClassName
{
border-color: #3E8EEF;
}
</style>