Shades of Dodger Blue #3E8DFF
Tints of Dodger Blue #3E8DFF
RGB
CMYK
RGB Variations
Color information
#3E8DFF (or 0x3E8DFF) is known color: Dodger Blue. HEX triplet: 3E, 8D and FF. RGB value is (62,141,255). Sum of RGB (Red+Green+Blue) = 62+141+255=458 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.54% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E8DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E8DFF is #C17200. Grayscale: #818181. Windows color (decimal): -12677633 or 16747838. OLE color: 16747838.
HSL color Cylindrical-coordinate representation of color #3E8DFF: hue angle of 215.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E8DFF is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 141 | 255 | - |
| CMYK | 0.76 | 0.45 | 0 | 0 |
| HSL | 215.44º | 1% | 0.62% | - |
| HSV(B) | 215.44º | 0.76% | 1% | - |
| XYZ | 29.56 | 27.29 | 98.32 | - |
| YUV | 130.38 | 198.33 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 141 | 255 | 0.76 | 0.45 | 0 | 0 | 215.44 | 1 | 0.62 |
| Hex | 3E | 8D | FF | 4C | 2D | 0 | 0 | D7 | 64 | 3E |
| Octal | 76 | 215 | 377 | 114 | 55 | 0 | 0 | 327 | 144 | 76 |
| Binary | 111110 | 10001101 | 11111111 | 1001100 | 101101 | 0 | 0 | 11010111 | 1100100 | 111110 |
Color Harmonies of #3E8DFF
Complementary color
Monochromatic Colors of #3E8DFF
Black with #3E8DFF
Text Example
Text Example
White with #3E8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8DFF; }
p { color: rgb(62,141,255); }
H1.HeaderClassName
{
color: #3E8DFF;
}
.AnyTagClassName
{
color: #3E8DFF;
}
</style>
background-color css
<style>
a { background-color: #3E8DFF; }
a { background-color: rgb(62,141,255); }
div.DivClassName
{
background-color: #3E8DFF;
}
.BgClassName
{
background-color: #3E8DFF;
}
</style>
border-color css
<style>
span { border-color: #3E8DFF; }
span { border-color: rgb(62,141,255); }
td.TdClassName
{
border-color: #3E8DFF;
}
.TagClassName
{
border-color: #3E8DFF;
}
</style>