Shades of Dodger Blue #139FF7
Tints of Dodger Blue #139FF7
RGB
CMYK
RGB Variations
Color information
#139FF7 (or 0x139FF7) is known color: Dodger Blue. HEX triplet: 13, 9F and F7. RGB value is (19,159,247). Sum of RGB (Red+Green+Blue) = 19+159+247=425 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.47% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 247 (96.88% from 255 or 58.12% from 425); Max value from RGB is 247 - color contains mainly: blue. Hex color #139FF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139FF7 is #EC6008. Grayscale: #7E7E7E. Windows color (decimal): -15491081 or 16228115. OLE color: 16228115.
HSL color Cylindrical-coordinate representation of color #139FF7: hue angle of 203.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139FF7 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 159 | 247 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.03 |
| HSL | 203.16º | 0.93% | 0.52% | - |
| HSV(B) | 203.16º | 0.92% | 0.97% | - |
| XYZ | 29.46 | 31.65 | 92.55 | - |
| YUV | 127.17 | 195.62 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 247 | 0.92 | 0.36 | 0 | 0.03 | 203.16 | 0.93 | 0.52 |
| Hex | 13 | 9F | F7 | 5C | 24 | 0 | 3 | CB | 5D | 34 |
| Octal | 23 | 237 | 367 | 134 | 44 | 0 | 3 | 313 | 135 | 64 |
| Binary | 10011 | 10011111 | 11110111 | 1011100 | 100100 | 0 | 11 | 11001011 | 1011101 | 110100 |
Color Harmonies of #139FF7
Complementary color
Monochromatic Colors of #139FF7
Black with #139FF7
Text Example
Text Example
White with #139FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FF7; }
p { color: rgb(19,159,247); }
H1.HeaderClassName
{
color: #139FF7;
}
.AnyTagClassName
{
color: #139FF7;
}
</style>
background-color css
<style>
a { background-color: #139FF7; }
a { background-color: rgb(19,159,247); }
div.DivClassName
{
background-color: #139FF7;
}
.BgClassName
{
background-color: #139FF7;
}
</style>
border-color css
<style>
span { border-color: #139FF7; }
span { border-color: rgb(19,159,247); }
td.TdClassName
{
border-color: #139FF7;
}
.TagClassName
{
border-color: #139FF7;
}
</style>