Shades of Dodger Blue #139EEE
Tints of Dodger Blue #139EEE
RGB
CMYK
RGB Variations
Color information
#139EEE (or 0x139EEE) is known color: Dodger Blue. HEX triplet: 13, 9E and EE. RGB value is (19,158,238). Sum of RGB (Red+Green+Blue) = 19+158+238=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #139EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139EEE is #EC6111. Grayscale: #7D7D7D. Windows color (decimal): -15491346 or 15638035. OLE color: 15638035.
HSL color Cylindrical-coordinate representation of color #139EEE: hue angle of 201.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139EEE is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 158 | 238 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.07 |
| HSL | 201.92º | 0.87% | 0.5% | - |
| HSV(B) | 201.92º | 0.92% | 0.93% | - |
| XYZ | 27.93 | 30.77 | 85.36 | - |
| YUV | 125.56 | 191.45 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 238 | 0.92 | 0.34 | 0 | 0.07 | 201.92 | 0.87 | 0.5 |
| Hex | 13 | 9E | EE | 5C | 22 | 0 | 7 | CA | 57 | 32 |
| Octal | 23 | 236 | 356 | 134 | 42 | 0 | 7 | 312 | 127 | 62 |
| Binary | 10011 | 10011110 | 11101110 | 1011100 | 100010 | 0 | 111 | 11001010 | 1010111 | 110010 |
Color Harmonies of #139EEE
Complementary color
Monochromatic Colors of #139EEE
Black with #139EEE
Text Example
Text Example
White with #139EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139EEE; }
p { color: rgb(19,158,238); }
H1.HeaderClassName
{
color: #139EEE;
}
.AnyTagClassName
{
color: #139EEE;
}
</style>
background-color css
<style>
a { background-color: #139EEE; }
a { background-color: rgb(19,158,238); }
div.DivClassName
{
background-color: #139EEE;
}
.BgClassName
{
background-color: #139EEE;
}
</style>
border-color css
<style>
span { border-color: #139EEE; }
span { border-color: rgb(19,158,238); }
td.TdClassName
{
border-color: #139EEE;
}
.TagClassName
{
border-color: #139EEE;
}
</style>