Shades of Dodger Blue #3E8CEC
Tints of Dodger Blue #3E8CEC
RGB
CMYK
RGB Variations
Color information
#3E8CEC (or 0x3E8CEC) is known color: Dodger Blue. HEX triplet: 3E, 8C and EC. RGB value is (62,140,236). Sum of RGB (Red+Green+Blue) = 62+140+236=438 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.16% from 438); Green value is 140 (55.08% from 255 or 31.96% 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 #3E8CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E8CEC is #C17313. Grayscale: #7F7F7F. Windows color (decimal): -12677908 or 15502398. OLE color: 15502398.
HSL color Cylindrical-coordinate representation of color #3E8CEC: hue angle of 213.1º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E8CEC is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 140 | 236 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.07 |
| HSL | 213.1º | 0.82% | 0.58% | - |
| HSV(B) | 213.1º | 0.74% | 0.93% | - |
| XYZ | 26.51 | 25.84 | 82.95 | - |
| YUV | 127.62 | 189.16 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 140 | 236 | 0.74 | 0.41 | 0 | 0.07 | 213.1 | 0.82 | 0.58 |
| Hex | 3E | 8C | EC | 4A | 29 | 0 | 7 | D5 | 52 | 3A |
| Octal | 76 | 214 | 354 | 112 | 51 | 0 | 7 | 325 | 122 | 72 |
| Binary | 111110 | 10001100 | 11101100 | 1001010 | 101001 | 0 | 111 | 11010101 | 1010010 | 111010 |
Color Harmonies of #3E8CEC
Complementary color
Monochromatic Colors of #3E8CEC
Black with #3E8CEC
Text Example
Text Example
White with #3E8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8CEC; }
p { color: rgb(62,140,236); }
H1.HeaderClassName
{
color: #3E8CEC;
}
.AnyTagClassName
{
color: #3E8CEC;
}
</style>
background-color css
<style>
a { background-color: #3E8CEC; }
a { background-color: rgb(62,140,236); }
div.DivClassName
{
background-color: #3E8CEC;
}
.BgClassName
{
background-color: #3E8CEC;
}
</style>
border-color css
<style>
span { border-color: #3E8CEC; }
span { border-color: rgb(62,140,236); }
td.TdClassName
{
border-color: #3E8CEC;
}
.TagClassName
{
border-color: #3E8CEC;
}
</style>