Shades of Dodger Blue #139DF1
Tints of Dodger Blue #139DF1
RGB
CMYK
RGB Variations
Color information
#139DF1 (or 0x139DF1) is known color: Dodger Blue. HEX triplet: 13, 9D and F1. RGB value is (19,157,241). Sum of RGB (Red+Green+Blue) = 19+157+241=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #139DF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139DF1 is #EC620E. Grayscale: #7C7C7C. Windows color (decimal): -15491599 or 15834387. OLE color: 15834387.
HSL color Cylindrical-coordinate representation of color #139DF1: hue angle of 202.7º 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 #139DF1 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 157 | 241 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.05 |
| HSL | 202.7º | 0.89% | 0.51% | - |
| HSV(B) | 202.7º | 0.92% | 0.95% | - |
| XYZ | 28.2 | 30.6 | 87.64 | - |
| YUV | 125.31 | 193.28 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 241 | 0.92 | 0.35 | 0 | 0.05 | 202.7 | 0.89 | 0.51 |
| Hex | 13 | 9D | F1 | 5C | 23 | 0 | 5 | CB | 59 | 33 |
| Octal | 23 | 235 | 361 | 134 | 43 | 0 | 5 | 313 | 131 | 63 |
| Binary | 10011 | 10011101 | 11110001 | 1011100 | 100011 | 0 | 101 | 11001011 | 1011001 | 110011 |
Color Harmonies of #139DF1
Complementary color
Monochromatic Colors of #139DF1
Black with #139DF1
Text Example
Text Example
White with #139DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DF1; }
p { color: rgb(19,157,241); }
H1.HeaderClassName
{
color: #139DF1;
}
.AnyTagClassName
{
color: #139DF1;
}
</style>
background-color css
<style>
a { background-color: #139DF1; }
a { background-color: rgb(19,157,241); }
div.DivClassName
{
background-color: #139DF1;
}
.BgClassName
{
background-color: #139DF1;
}
</style>
border-color css
<style>
span { border-color: #139DF1; }
span { border-color: rgb(19,157,241); }
td.TdClassName
{
border-color: #139DF1;
}
.TagClassName
{
border-color: #139DF1;
}
</style>