Shades of Dodger Blue #139FF5
Tints of Dodger Blue #139FF5
RGB
CMYK
RGB Variations
Color information
#139FF5 (or 0x139FF5) is known color: Dodger Blue. HEX triplet: 13, 9F and F5. RGB value is (19,159,245). Sum of RGB (Red+Green+Blue) = 19+159+245=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 245 (96.09% from 255 or 57.92% from 423); Max value from RGB is 245 - color contains mainly: blue. Hex color #139FF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139FF5 is #EC600A. Grayscale: #7E7E7E. Windows color (decimal): -15491083 or 16097043. OLE color: 16097043.
HSL color Cylindrical-coordinate representation of color #139FF5: hue angle of 202.83º 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 #139FF5 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 159 | 245 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.04 |
| HSL | 202.83º | 0.92% | 0.52% | - |
| HSV(B) | 202.83º | 0.92% | 0.96% | - |
| XYZ | 29.15 | 31.53 | 90.94 | - |
| YUV | 126.94 | 194.62 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 245 | 0.92 | 0.35 | 0 | 0.04 | 202.83 | 0.92 | 0.52 |
| Hex | 13 | 9F | F5 | 5C | 23 | 0 | 4 | CB | 5C | 34 |
| Octal | 23 | 237 | 365 | 134 | 43 | 0 | 4 | 313 | 134 | 64 |
| Binary | 10011 | 10011111 | 11110101 | 1011100 | 100011 | 0 | 100 | 11001011 | 1011100 | 110100 |
Color Harmonies of #139FF5
Complementary color
Monochromatic Colors of #139FF5
Black with #139FF5
Text Example
Text Example
White with #139FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FF5; }
p { color: rgb(19,159,245); }
H1.HeaderClassName
{
color: #139FF5;
}
.AnyTagClassName
{
color: #139FF5;
}
</style>
background-color css
<style>
a { background-color: #139FF5; }
a { background-color: rgb(19,159,245); }
div.DivClassName
{
background-color: #139FF5;
}
.BgClassName
{
background-color: #139FF5;
}
</style>
border-color css
<style>
span { border-color: #139FF5; }
span { border-color: rgb(19,159,245); }
td.TdClassName
{
border-color: #139FF5;
}
.TagClassName
{
border-color: #139FF5;
}
</style>