Shades of Dodger Blue #139FFE
Tints of Dodger Blue #139FFE
RGB
CMYK
RGB Variations
Color information
#139FFE (or 0x139FFE) is known color: Dodger Blue. HEX triplet: 13, 9F and FE. RGB value is (19,159,254). Sum of RGB (Red+Green+Blue) = 19+159+254=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #139FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139FFE is #EC6001. Grayscale: #7F7F7F. Windows color (decimal): -15491074 or 16686867. OLE color: 16686867.
HSL color Cylindrical-coordinate representation of color #139FFE: hue angle of 204.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #139FFE is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 159 | 254 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.00 |
| HSL | 204.26º | 0.99% | 0.54% | - |
| HSV(B) | 204.26º | 0.93% | 1% | - |
| XYZ | 30.56 | 32.09 | 98.35 | - |
| YUV | 127.97 | 199.12 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 254 | 0.93 | 0.37 | 0 | 0.00 | 204.26 | 0.99 | 0.54 |
| Hex | 13 | 9F | FE | 5D | 25 | 0 | 0 | CC | 63 | 36 |
| Octal | 23 | 237 | 376 | 135 | 45 | 0 | 0 | 314 | 143 | 66 |
| Binary | 10011 | 10011111 | 11111110 | 1011101 | 100101 | 0 | 0 | 11001100 | 1100011 | 110110 |
Color Harmonies of #139FFE
Complementary color
Monochromatic Colors of #139FFE
Black with #139FFE
Text Example
Text Example
White with #139FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FFE; }
p { color: rgb(19,159,254); }
H1.HeaderClassName
{
color: #139FFE;
}
.AnyTagClassName
{
color: #139FFE;
}
</style>
background-color css
<style>
a { background-color: #139FFE; }
a { background-color: rgb(19,159,254); }
div.DivClassName
{
background-color: #139FFE;
}
.BgClassName
{
background-color: #139FFE;
}
</style>
border-color css
<style>
span { border-color: #139FFE; }
span { border-color: rgb(19,159,254); }
td.TdClassName
{
border-color: #139FFE;
}
.TagClassName
{
border-color: #139FFE;
}
</style>