Shades of Dodger Blue #139AF5
Tints of Dodger Blue #139AF5
RGB
CMYK
RGB Variations
Color information
#139AF5 (or 0x139AF5) is known color: Dodger Blue. HEX triplet: 13, 9A and F5. RGB value is (19,154,245). Sum of RGB (Red+Green+Blue) = 19+154+245=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 245 (96.09% from 255 or 58.61% from 418); Max value from RGB is 245 - color contains mainly: blue. Hex color #139AF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139AF5 is #EC650A. Grayscale: #7B7B7B. Windows color (decimal): -15492363 or 16095763. OLE color: 16095763.
HSL color Cylindrical-coordinate representation of color #139AF5: hue angle of 204.16º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139AF5 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 154 | 245 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.04 |
| HSL | 204.16º | 0.92% | 0.52% | - |
| HSV(B) | 204.16º | 0.92% | 0.96% | - |
| XYZ | 28.31 | 29.84 | 90.65 | - |
| YUV | 124.01 | 196.27 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 245 | 0.92 | 0.37 | 0 | 0.04 | 204.16 | 0.92 | 0.52 |
| Hex | 13 | 9A | F5 | 5C | 25 | 0 | 4 | CC | 5C | 34 |
| Octal | 23 | 232 | 365 | 134 | 45 | 0 | 4 | 314 | 134 | 64 |
| Binary | 10011 | 10011010 | 11110101 | 1011100 | 100101 | 0 | 100 | 11001100 | 1011100 | 110100 |
Color Harmonies of #139AF5
Complementary color
Monochromatic Colors of #139AF5
Black with #139AF5
Text Example
Text Example
White with #139AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139AF5; }
p { color: rgb(19,154,245); }
H1.HeaderClassName
{
color: #139AF5;
}
.AnyTagClassName
{
color: #139AF5;
}
</style>
background-color css
<style>
a { background-color: #139AF5; }
a { background-color: rgb(19,154,245); }
div.DivClassName
{
background-color: #139AF5;
}
.BgClassName
{
background-color: #139AF5;
}
</style>
border-color css
<style>
span { border-color: #139AF5; }
span { border-color: rgb(19,154,245); }
td.TdClassName
{
border-color: #139AF5;
}
.TagClassName
{
border-color: #139AF5;
}
</style>