Shades of Dodger Blue #139FFF
Tints of Dodger Blue #139FFF
RGB
CMYK
RGB Variations
Color information
#139FFF (or 0x139FFF) is known color: Dodger Blue. HEX triplet: 13, 9F and FF. RGB value is (19,159,255). Sum of RGB (Red+Green+Blue) = 19+159+255=433 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.39% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #139FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139FFF is #EC6000. Grayscale: #7F7F7F. Windows color (decimal): -15491073 or 16752403. OLE color: 16752403.
HSL color Cylindrical-coordinate representation of color #139FFF: hue angle of 204.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #139FFF is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 159 | 255 | - |
| CMYK | 0.93 | 0.38 | 0 | 0 |
| HSL | 204.41º | 1% | 0.54% | - |
| HSV(B) | 204.41º | 0.93% | 1% | - |
| XYZ | 30.72 | 32.15 | 99.2 | - |
| YUV | 128.08 | 199.62 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 255 | 0.93 | 0.38 | 0 | 0 | 204.41 | 1 | 0.54 |
| Hex | 13 | 9F | FF | 5D | 26 | 0 | 0 | CC | 64 | 36 |
| Octal | 23 | 237 | 377 | 135 | 46 | 0 | 0 | 314 | 144 | 66 |
| Binary | 10011 | 10011111 | 11111111 | 1011101 | 100110 | 0 | 0 | 11001100 | 1100100 | 110110 |
Color Harmonies of #139FFF
Complementary color
Monochromatic Colors of #139FFF
Black with #139FFF
Text Example
Text Example
White with #139FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FFF; }
p { color: rgb(19,159,255); }
H1.HeaderClassName
{
color: #139FFF;
}
.AnyTagClassName
{
color: #139FFF;
}
</style>
background-color css
<style>
a { background-color: #139FFF; }
a { background-color: rgb(19,159,255); }
div.DivClassName
{
background-color: #139FFF;
}
.BgClassName
{
background-color: #139FFF;
}
</style>
border-color css
<style>
span { border-color: #139FFF; }
span { border-color: rgb(19,159,255); }
td.TdClassName
{
border-color: #139FFF;
}
.TagClassName
{
border-color: #139FFF;
}
</style>