Shades of Dodger Blue #139AF7
Tints of Dodger Blue #139AF7
RGB
CMYK
RGB Variations
Color information
#139AF7 (or 0x139AF7) is known color: Dodger Blue. HEX triplet: 13, 9A and F7. RGB value is (19,154,247). Sum of RGB (Red+Green+Blue) = 19+154+247=420 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.52% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #139AF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139AF7 is #EC6508. Grayscale: #7B7B7B. Windows color (decimal): -15492361 or 16226835. OLE color: 16226835.
HSL color Cylindrical-coordinate representation of color #139AF7: hue angle of 204.47º 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 #139AF7 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 154 | 247 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.03 |
| HSL | 204.47º | 0.93% | 0.52% | - |
| HSV(B) | 204.47º | 0.92% | 0.97% | - |
| XYZ | 28.61 | 29.97 | 92.27 | - |
| YUV | 124.24 | 197.27 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 247 | 0.92 | 0.38 | 0 | 0.03 | 204.47 | 0.93 | 0.52 |
| Hex | 13 | 9A | F7 | 5C | 26 | 0 | 3 | CC | 5D | 34 |
| Octal | 23 | 232 | 367 | 134 | 46 | 0 | 3 | 314 | 135 | 64 |
| Binary | 10011 | 10011010 | 11110111 | 1011100 | 100110 | 0 | 11 | 11001100 | 1011101 | 110100 |
Color Harmonies of #139AF7
Complementary color
Monochromatic Colors of #139AF7
Black with #139AF7
Text Example
Text Example
White with #139AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139AF7; }
p { color: rgb(19,154,247); }
H1.HeaderClassName
{
color: #139AF7;
}
.AnyTagClassName
{
color: #139AF7;
}
</style>
background-color css
<style>
a { background-color: #139AF7; }
a { background-color: rgb(19,154,247); }
div.DivClassName
{
background-color: #139AF7;
}
.BgClassName
{
background-color: #139AF7;
}
</style>
border-color css
<style>
span { border-color: #139AF7; }
span { border-color: rgb(19,154,247); }
td.TdClassName
{
border-color: #139AF7;
}
.TagClassName
{
border-color: #139AF7;
}
</style>