Shades of Dodger Blue #139DFF
Tints of Dodger Blue #139DFF
RGB
CMYK
RGB Variations
Color information
#139DFF (or 0x139DFF) is known color: Dodger Blue. HEX triplet: 13, 9D and FF. RGB value is (19,157,255). Sum of RGB (Red+Green+Blue) = 19+157+255=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #139DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139DFF is #EC6200. Grayscale: #7E7E7E. Windows color (decimal): -15491585 or 16751891. OLE color: 16751891.
HSL color Cylindrical-coordinate representation of color #139DFF: hue angle of 204.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #139DFF is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 157 | 255 | - |
| CMYK | 0.93 | 0.38 | 0 | 0 |
| HSL | 204.92º | 1% | 0.54% | - |
| HSV(B) | 204.92º | 0.93% | 1% | - |
| XYZ | 30.38 | 31.47 | 99.08 | - |
| YUV | 126.91 | 200.28 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 255 | 0.93 | 0.38 | 0 | 0 | 204.92 | 1 | 0.54 |
| Hex | 13 | 9D | FF | 5D | 26 | 0 | 0 | CD | 64 | 36 |
| Octal | 23 | 235 | 377 | 135 | 46 | 0 | 0 | 315 | 144 | 66 |
| Binary | 10011 | 10011101 | 11111111 | 1011101 | 100110 | 0 | 0 | 11001101 | 1100100 | 110110 |
Color Harmonies of #139DFF
Complementary color
Monochromatic Colors of #139DFF
Black with #139DFF
Text Example
Text Example
White with #139DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DFF; }
p { color: rgb(19,157,255); }
H1.HeaderClassName
{
color: #139DFF;
}
.AnyTagClassName
{
color: #139DFF;
}
</style>
background-color css
<style>
a { background-color: #139DFF; }
a { background-color: rgb(19,157,255); }
div.DivClassName
{
background-color: #139DFF;
}
.BgClassName
{
background-color: #139DFF;
}
</style>
border-color css
<style>
span { border-color: #139DFF; }
span { border-color: rgb(19,157,255); }
td.TdClassName
{
border-color: #139DFF;
}
.TagClassName
{
border-color: #139DFF;
}
</style>