Shades of Dodger Blue #139DF6
Tints of Dodger Blue #139DF6
RGB
CMYK
RGB Variations
Color information
#139DF6 (or 0x139DF6) is known color: Dodger Blue. HEX triplet: 13, 9D and F6. RGB value is (19,157,246). Sum of RGB (Red+Green+Blue) = 19+157+246=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #139DF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139DF6 is #EC6209. Grayscale: #7D7D7D. Windows color (decimal): -15491594 or 16162067. OLE color: 16162067.
HSL color Cylindrical-coordinate representation of color #139DF6: hue angle of 203.52º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139DF6 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 157 | 246 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.04 |
| HSL | 203.52º | 0.93% | 0.52% | - |
| HSV(B) | 203.52º | 0.92% | 0.96% | - |
| XYZ | 28.96 | 30.91 | 91.63 | - |
| YUV | 125.88 | 195.78 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 246 | 0.92 | 0.36 | 0 | 0.04 | 203.52 | 0.93 | 0.52 |
| Hex | 13 | 9D | F6 | 5C | 24 | 0 | 4 | CC | 5D | 34 |
| Octal | 23 | 235 | 366 | 134 | 44 | 0 | 4 | 314 | 135 | 64 |
| Binary | 10011 | 10011101 | 11110110 | 1011100 | 100100 | 0 | 100 | 11001100 | 1011101 | 110100 |
Color Harmonies of #139DF6
Complementary color
Monochromatic Colors of #139DF6
Black with #139DF6
Text Example
Text Example
White with #139DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DF6; }
p { color: rgb(19,157,246); }
H1.HeaderClassName
{
color: #139DF6;
}
.AnyTagClassName
{
color: #139DF6;
}
</style>
background-color css
<style>
a { background-color: #139DF6; }
a { background-color: rgb(19,157,246); }
div.DivClassName
{
background-color: #139DF6;
}
.BgClassName
{
background-color: #139DF6;
}
</style>
border-color css
<style>
span { border-color: #139DF6; }
span { border-color: rgb(19,157,246); }
td.TdClassName
{
border-color: #139DF6;
}
.TagClassName
{
border-color: #139DF6;
}
</style>