Shades of Dodger Blue #3E93EF
Tints of Dodger Blue #3E93EF
RGB
CMYK
RGB Variations
Color information
#3E93EF (or 0x3E93EF) is known color: Dodger Blue. HEX triplet: 3E, 93 and EF. RGB value is (62,147,239). Sum of RGB (Red+Green+Blue) = 62+147+239=448 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.84% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E93EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E93EF is #C16C10. Grayscale: #838383. Windows color (decimal): -12676113 or 15700798. OLE color: 15700798.
HSL color Cylindrical-coordinate representation of color #3E93EF: hue angle of 211.19º 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 #3E93EF is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 147 | 239 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.06 |
| HSL | 211.19º | 0.85% | 0.59% | - |
| HSV(B) | 211.19º | 0.74% | 0.94% | - |
| XYZ | 28 | 28.12 | 85.61 | - |
| YUV | 132.07 | 188.34 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 147 | 239 | 0.74 | 0.38 | 0 | 0.06 | 211.19 | 0.85 | 0.59 |
| Hex | 3E | 93 | EF | 4A | 26 | 0 | 6 | D3 | 55 | 3B |
| Octal | 76 | 223 | 357 | 112 | 46 | 0 | 6 | 323 | 125 | 73 |
| Binary | 111110 | 10010011 | 11101111 | 1001010 | 100110 | 0 | 110 | 11010011 | 1010101 | 111011 |
Color Harmonies of #3E93EF
Complementary color
Monochromatic Colors of #3E93EF
Black with #3E93EF
Text Example
Text Example
White with #3E93EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E93EF; }
p { color: rgb(62,147,239); }
H1.HeaderClassName
{
color: #3E93EF;
}
.AnyTagClassName
{
color: #3E93EF;
}
</style>
background-color css
<style>
a { background-color: #3E93EF; }
a { background-color: rgb(62,147,239); }
div.DivClassName
{
background-color: #3E93EF;
}
.BgClassName
{
background-color: #3E93EF;
}
</style>
border-color css
<style>
span { border-color: #3E93EF; }
span { border-color: rgb(62,147,239); }
td.TdClassName
{
border-color: #3E93EF;
}
.TagClassName
{
border-color: #3E93EF;
}
</style>