Shades of Dodger Blue #139FF1
Tints of Dodger Blue #139FF1
RGB
CMYK
RGB Variations
Color information
#139FF1 (or 0x139FF1) is known color: Dodger Blue. HEX triplet: 13, 9F and F1. RGB value is (19,159,241). Sum of RGB (Red+Green+Blue) = 19+159+241=419 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.53% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #139FF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139FF1 is #EC600E. Grayscale: #7E7E7E. Windows color (decimal): -15491087 or 15834899. OLE color: 15834899.
HSL color Cylindrical-coordinate representation of color #139FF1: hue angle of 202.16º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139FF1 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 159 | 241 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.05 |
| HSL | 202.16º | 0.89% | 0.51% | - |
| HSV(B) | 202.16º | 0.92% | 0.95% | - |
| XYZ | 28.54 | 31.29 | 87.75 | - |
| YUV | 126.49 | 192.62 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 241 | 0.92 | 0.34 | 0 | 0.05 | 202.16 | 0.89 | 0.51 |
| Hex | 13 | 9F | F1 | 5C | 22 | 0 | 5 | CA | 59 | 33 |
| Octal | 23 | 237 | 361 | 134 | 42 | 0 | 5 | 312 | 131 | 63 |
| Binary | 10011 | 10011111 | 11110001 | 1011100 | 100010 | 0 | 101 | 11001010 | 1011001 | 110011 |
Color Harmonies of #139FF1
Complementary color
Monochromatic Colors of #139FF1
Black with #139FF1
Text Example
Text Example
White with #139FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FF1; }
p { color: rgb(19,159,241); }
H1.HeaderClassName
{
color: #139FF1;
}
.AnyTagClassName
{
color: #139FF1;
}
</style>
background-color css
<style>
a { background-color: #139FF1; }
a { background-color: rgb(19,159,241); }
div.DivClassName
{
background-color: #139FF1;
}
.BgClassName
{
background-color: #139FF1;
}
</style>
border-color css
<style>
span { border-color: #139FF1; }
span { border-color: rgb(19,159,241); }
td.TdClassName
{
border-color: #139FF1;
}
.TagClassName
{
border-color: #139FF1;
}
</style>