Shades of Dodger Blue #139FF8
Tints of Dodger Blue #139FF8
RGB
CMYK
RGB Variations
Color information
#139FF8 (or 0x139FF8) is known color: Dodger Blue. HEX triplet: 13, 9F and F8. RGB value is (19,159,248). Sum of RGB (Red+Green+Blue) = 19+159+248=426 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.46% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 248 (97.27% from 255 or 58.22% from 426); Max value from RGB is 248 - color contains mainly: blue. Hex color #139FF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139FF8 is #EC6007. Grayscale: #7E7E7E. Windows color (decimal): -15491080 or 16293651. OLE color: 16293651.
HSL color Cylindrical-coordinate representation of color #139FF8: hue angle of 203.32º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139FF8 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 159 | 248 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.03 |
| HSL | 203.32º | 0.94% | 0.52% | - |
| HSV(B) | 203.32º | 0.92% | 0.97% | - |
| XYZ | 29.61 | 31.71 | 93.37 | - |
| YUV | 127.29 | 196.12 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 248 | 0.92 | 0.36 | 0 | 0.03 | 203.32 | 0.94 | 0.52 |
| Hex | 13 | 9F | F8 | 5C | 24 | 0 | 3 | CB | 5E | 34 |
| Octal | 23 | 237 | 370 | 134 | 44 | 0 | 3 | 313 | 136 | 64 |
| Binary | 10011 | 10011111 | 11111000 | 1011100 | 100100 | 0 | 11 | 11001011 | 1011110 | 110100 |
Color Harmonies of #139FF8
Complementary color
Monochromatic Colors of #139FF8
Black with #139FF8
Text Example
Text Example
White with #139FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FF8; }
p { color: rgb(19,159,248); }
H1.HeaderClassName
{
color: #139FF8;
}
.AnyTagClassName
{
color: #139FF8;
}
</style>
background-color css
<style>
a { background-color: #139FF8; }
a { background-color: rgb(19,159,248); }
div.DivClassName
{
background-color: #139FF8;
}
.BgClassName
{
background-color: #139FF8;
}
</style>
border-color css
<style>
span { border-color: #139FF8; }
span { border-color: rgb(19,159,248); }
td.TdClassName
{
border-color: #139FF8;
}
.TagClassName
{
border-color: #139FF8;
}
</style>