Shades of Dodger Blue #3E92EF
Tints of Dodger Blue #3E92EF
RGB
CMYK
RGB Variations
Color information
#3E92EF (or 0x3E92EF) is known color: Dodger Blue. HEX triplet: 3E, 92 and EF. RGB value is (62,146,239). Sum of RGB (Red+Green+Blue) = 62+146+239=447 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.87% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E92EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E92EF is #C16D10. Grayscale: #838383. Windows color (decimal): -12676369 or 15700542. OLE color: 15700542.
HSL color Cylindrical-coordinate representation of color #3E92EF: hue angle of 211.53º 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 #3E92EF is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 146 | 239 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.06 |
| HSL | 211.53º | 0.85% | 0.59% | - |
| HSV(B) | 211.53º | 0.74% | 0.94% | - |
| XYZ | 27.85 | 27.81 | 85.56 | - |
| YUV | 131.49 | 188.67 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 146 | 239 | 0.74 | 0.39 | 0 | 0.06 | 211.53 | 0.85 | 0.59 |
| Hex | 3E | 92 | EF | 4A | 27 | 0 | 6 | D4 | 55 | 3B |
| Octal | 76 | 222 | 357 | 112 | 47 | 0 | 6 | 324 | 125 | 73 |
| Binary | 111110 | 10010010 | 11101111 | 1001010 | 100111 | 0 | 110 | 11010100 | 1010101 | 111011 |
Color Harmonies of #3E92EF
Complementary color
Monochromatic Colors of #3E92EF
Black with #3E92EF
Text Example
Text Example
White with #3E92EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E92EF; }
p { color: rgb(62,146,239); }
H1.HeaderClassName
{
color: #3E92EF;
}
.AnyTagClassName
{
color: #3E92EF;
}
</style>
background-color css
<style>
a { background-color: #3E92EF; }
a { background-color: rgb(62,146,239); }
div.DivClassName
{
background-color: #3E92EF;
}
.BgClassName
{
background-color: #3E92EF;
}
</style>
border-color css
<style>
span { border-color: #3E92EF; }
span { border-color: rgb(62,146,239); }
td.TdClassName
{
border-color: #3E92EF;
}
.TagClassName
{
border-color: #3E92EF;
}
</style>