Shades of Dodger Blue #139DFD
Tints of Dodger Blue #139DFD
RGB
CMYK
RGB Variations
Color information
#139DFD (or 0x139DFD) is known color: Dodger Blue. HEX triplet: 13, 9D and FD. RGB value is (19,157,253). Sum of RGB (Red+Green+Blue) = 19+157+253=429 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.43% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #139DFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139DFD is #EC6202. Grayscale: #7E7E7E. Windows color (decimal): -15491587 or 16620819. OLE color: 16620819.
HSL color Cylindrical-coordinate representation of color #139DFD: hue angle of 204.62º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139DFD is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 157 | 253 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.01 |
| HSL | 204.62º | 0.98% | 0.53% | - |
| HSV(B) | 204.62º | 0.92% | 0.99% | - |
| XYZ | 30.06 | 31.34 | 97.39 | - |
| YUV | 126.68 | 199.28 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 253 | 0.92 | 0.38 | 0 | 0.01 | 204.62 | 0.98 | 0.53 |
| Hex | 13 | 9D | FD | 5C | 26 | 0 | 1 | CD | 62 | 35 |
| Octal | 23 | 235 | 375 | 134 | 46 | 0 | 1 | 315 | 142 | 65 |
| Binary | 10011 | 10011101 | 11111101 | 1011100 | 100110 | 0 | 1 | 11001101 | 1100010 | 110101 |
Color Harmonies of #139DFD
Complementary color
Monochromatic Colors of #139DFD
Black with #139DFD
Text Example
Text Example
White with #139DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DFD; }
p { color: rgb(19,157,253); }
H1.HeaderClassName
{
color: #139DFD;
}
.AnyTagClassName
{
color: #139DFD;
}
</style>
background-color css
<style>
a { background-color: #139DFD; }
a { background-color: rgb(19,157,253); }
div.DivClassName
{
background-color: #139DFD;
}
.BgClassName
{
background-color: #139DFD;
}
</style>
border-color css
<style>
span { border-color: #139DFD; }
span { border-color: rgb(19,157,253); }
td.TdClassName
{
border-color: #139DFD;
}
.TagClassName
{
border-color: #139DFD;
}
</style>