Shades of Dodger Blue #139EEF
Tints of Dodger Blue #139EEF
RGB
CMYK
RGB Variations
Color information
#139EEF (or 0x139EEF) is known color: Dodger Blue. HEX triplet: 13, 9E and EF. RGB value is (19,158,239). Sum of RGB (Red+Green+Blue) = 19+158+239=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #139EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139EEF is #EC6110. Grayscale: #7D7D7D. Windows color (decimal): -15491345 or 15703571. OLE color: 15703571.
HSL color Cylindrical-coordinate representation of color #139EEF: hue angle of 202.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139EEF is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 158 | 239 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.06 |
| HSL | 202.09º | 0.87% | 0.51% | - |
| HSV(B) | 202.09º | 0.92% | 0.94% | - |
| XYZ | 28.08 | 30.82 | 86.13 | - |
| YUV | 125.67 | 191.95 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 239 | 0.92 | 0.34 | 0 | 0.06 | 202.09 | 0.87 | 0.51 |
| Hex | 13 | 9E | EF | 5C | 22 | 0 | 6 | CA | 57 | 33 |
| Octal | 23 | 236 | 357 | 134 | 42 | 0 | 6 | 312 | 127 | 63 |
| Binary | 10011 | 10011110 | 11101111 | 1011100 | 100010 | 0 | 110 | 11001010 | 1010111 | 110011 |
Color Harmonies of #139EEF
Complementary color
Monochromatic Colors of #139EEF
Black with #139EEF
Text Example
Text Example
White with #139EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139EEF; }
p { color: rgb(19,158,239); }
H1.HeaderClassName
{
color: #139EEF;
}
.AnyTagClassName
{
color: #139EEF;
}
</style>
background-color css
<style>
a { background-color: #139EEF; }
a { background-color: rgb(19,158,239); }
div.DivClassName
{
background-color: #139EEF;
}
.BgClassName
{
background-color: #139EEF;
}
</style>
border-color css
<style>
span { border-color: #139EEF; }
span { border-color: rgb(19,158,239); }
td.TdClassName
{
border-color: #139EEF;
}
.TagClassName
{
border-color: #139EEF;
}
</style>