Shades of Dodger Blue #139CFA
Tints of Dodger Blue #139CFA
RGB
CMYK
RGB Variations
Color information
#139CFA (or 0x139CFA) is known color: Dodger Blue. HEX triplet: 13, 9C and FA. RGB value is (19,156,250). Sum of RGB (Red+Green+Blue) = 19+156+250=425 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.47% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #139CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139CFA is #EC6305. Grayscale: #7D7D7D. Windows color (decimal): -15491846 or 16423955. OLE color: 16423955.
HSL color Cylindrical-coordinate representation of color #139CFA: hue angle of 204.42º degrees, saturation: 0.96, 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 #139CFA is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 156 | 250 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.02 |
| HSL | 204.42º | 0.96% | 0.53% | - |
| HSV(B) | 204.42º | 0.92% | 0.98% | - |
| XYZ | 29.41 | 30.82 | 94.84 | - |
| YUV | 125.75 | 198.11 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 250 | 0.92 | 0.38 | 0 | 0.02 | 204.42 | 0.96 | 0.53 |
| Hex | 13 | 9C | FA | 5C | 26 | 0 | 2 | CC | 60 | 35 |
| Octal | 23 | 234 | 372 | 134 | 46 | 0 | 2 | 314 | 140 | 65 |
| Binary | 10011 | 10011100 | 11111010 | 1011100 | 100110 | 0 | 10 | 11001100 | 1100000 | 110101 |
Color Harmonies of #139CFA
Complementary color
Monochromatic Colors of #139CFA
Black with #139CFA
Text Example
Text Example
White with #139CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CFA; }
p { color: rgb(19,156,250); }
H1.HeaderClassName
{
color: #139CFA;
}
.AnyTagClassName
{
color: #139CFA;
}
</style>
background-color css
<style>
a { background-color: #139CFA; }
a { background-color: rgb(19,156,250); }
div.DivClassName
{
background-color: #139CFA;
}
.BgClassName
{
background-color: #139CFA;
}
</style>
border-color css
<style>
span { border-color: #139CFA; }
span { border-color: rgb(19,156,250); }
td.TdClassName
{
border-color: #139CFA;
}
.TagClassName
{
border-color: #139CFA;
}
</style>