Shades of Dodger Blue #139BF5
Tints of Dodger Blue #139BF5
RGB
CMYK
RGB Variations
Color information
#139BF5 (or 0x139BF5) is known color: Dodger Blue. HEX triplet: 13, 9B and F5. RGB value is (19,155,245). Sum of RGB (Red+Green+Blue) = 19+155+245=419 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.53% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 245 (96.09% from 255 or 58.47% from 419); Max value from RGB is 245 - color contains mainly: blue. Hex color #139BF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139BF5 is #EC640A. Grayscale: #7C7C7C. Windows color (decimal): -15492107 or 16096019. OLE color: 16096019.
HSL color Cylindrical-coordinate representation of color #139BF5: hue angle of 203.89º 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 #139BF5 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 155 | 245 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.04 |
| HSL | 203.89º | 0.92% | 0.52% | - |
| HSV(B) | 203.89º | 0.92% | 0.96% | - |
| XYZ | 28.47 | 30.17 | 90.71 | - |
| YUV | 124.6 | 195.94 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 245 | 0.92 | 0.37 | 0 | 0.04 | 203.89 | 0.92 | 0.52 |
| Hex | 13 | 9B | F5 | 5C | 25 | 0 | 4 | CC | 5C | 34 |
| Octal | 23 | 233 | 365 | 134 | 45 | 0 | 4 | 314 | 134 | 64 |
| Binary | 10011 | 10011011 | 11110101 | 1011100 | 100101 | 0 | 100 | 11001100 | 1011100 | 110100 |
Color Harmonies of #139BF5
Complementary color
Monochromatic Colors of #139BF5
Black with #139BF5
Text Example
Text Example
White with #139BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139BF5; }
p { color: rgb(19,155,245); }
H1.HeaderClassName
{
color: #139BF5;
}
.AnyTagClassName
{
color: #139BF5;
}
</style>
background-color css
<style>
a { background-color: #139BF5; }
a { background-color: rgb(19,155,245); }
div.DivClassName
{
background-color: #139BF5;
}
.BgClassName
{
background-color: #139BF5;
}
</style>
border-color css
<style>
span { border-color: #139BF5; }
span { border-color: rgb(19,155,245); }
td.TdClassName
{
border-color: #139BF5;
}
.TagClassName
{
border-color: #139BF5;
}
</style>