Shades of Dodger Blue #139DEC
Tints of Dodger Blue #139DEC
RGB
CMYK
RGB Variations
Color information
#139DEC (or 0x139DEC) is known color: Dodger Blue. HEX triplet: 13, 9D and EC. RGB value is (19,157,236). Sum of RGB (Red+Green+Blue) = 19+157+236=412 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.61% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #139DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139DEC is #EC6213. Grayscale: #7C7C7C. Windows color (decimal): -15491604 or 15506707. OLE color: 15506707.
HSL color Cylindrical-coordinate representation of color #139DEC: hue angle of 201.84º degrees, saturation: 0.85, 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 #139DEC is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 157 | 236 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.07 |
| HSL | 201.84º | 0.85% | 0.5% | - |
| HSV(B) | 201.84º | 0.92% | 0.93% | - |
| XYZ | 27.47 | 30.31 | 83.76 | - |
| YUV | 124.74 | 190.78 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 236 | 0.92 | 0.33 | 0 | 0.07 | 201.84 | 0.85 | 0.5 |
| Hex | 13 | 9D | EC | 5C | 21 | 0 | 7 | CA | 55 | 32 |
| Octal | 23 | 235 | 354 | 134 | 41 | 0 | 7 | 312 | 125 | 62 |
| Binary | 10011 | 10011101 | 11101100 | 1011100 | 100001 | 0 | 111 | 11001010 | 1010101 | 110010 |
Color Harmonies of #139DEC
Complementary color
Monochromatic Colors of #139DEC
Black with #139DEC
Text Example
Text Example
White with #139DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DEC; }
p { color: rgb(19,157,236); }
H1.HeaderClassName
{
color: #139DEC;
}
.AnyTagClassName
{
color: #139DEC;
}
</style>
background-color css
<style>
a { background-color: #139DEC; }
a { background-color: rgb(19,157,236); }
div.DivClassName
{
background-color: #139DEC;
}
.BgClassName
{
background-color: #139DEC;
}
</style>
border-color css
<style>
span { border-color: #139DEC; }
span { border-color: rgb(19,157,236); }
td.TdClassName
{
border-color: #139DEC;
}
.TagClassName
{
border-color: #139DEC;
}
</style>