Shades of Dodger Blue #139FFB
Tints of Dodger Blue #139FFB
RGB
CMYK
RGB Variations
Color information
#139FFB (or 0x139FFB) is known color: Dodger Blue. HEX triplet: 13, 9F and FB. RGB value is (19,159,251). Sum of RGB (Red+Green+Blue) = 19+159+251=429 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.43% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #139FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139FFB is #EC6004. Grayscale: #7F7F7F. Windows color (decimal): -15491077 or 16490259. OLE color: 16490259.
HSL color Cylindrical-coordinate representation of color #139FFB: hue angle of 203.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139FFB is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 159 | 251 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.02 |
| HSL | 203.79º | 0.97% | 0.53% | - |
| HSV(B) | 203.79º | 0.92% | 0.98% | - |
| XYZ | 30.08 | 31.9 | 95.84 | - |
| YUV | 127.63 | 197.62 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 251 | 0.92 | 0.37 | 0 | 0.02 | 203.79 | 0.97 | 0.53 |
| Hex | 13 | 9F | FB | 5C | 25 | 0 | 2 | CC | 61 | 35 |
| Octal | 23 | 237 | 373 | 134 | 45 | 0 | 2 | 314 | 141 | 65 |
| Binary | 10011 | 10011111 | 11111011 | 1011100 | 100101 | 0 | 10 | 11001100 | 1100001 | 110101 |
Color Harmonies of #139FFB
Complementary color
Monochromatic Colors of #139FFB
Black with #139FFB
Text Example
Text Example
White with #139FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FFB; }
p { color: rgb(19,159,251); }
H1.HeaderClassName
{
color: #139FFB;
}
.AnyTagClassName
{
color: #139FFB;
}
</style>
background-color css
<style>
a { background-color: #139FFB; }
a { background-color: rgb(19,159,251); }
div.DivClassName
{
background-color: #139FFB;
}
.BgClassName
{
background-color: #139FFB;
}
</style>
border-color css
<style>
span { border-color: #139FFB; }
span { border-color: rgb(19,159,251); }
td.TdClassName
{
border-color: #139FFB;
}
.TagClassName
{
border-color: #139FFB;
}
</style>