Shades of Dodger Blue #139CF8
Tints of Dodger Blue #139CF8
RGB
CMYK
RGB Variations
Color information
#139CF8 (or 0x139CF8) is known color: Dodger Blue. HEX triplet: 13, 9C and F8. RGB value is (19,156,248). Sum of RGB (Red+Green+Blue) = 19+156+248=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #139CF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139CF8 is #EC6307. Grayscale: #7D7D7D. Windows color (decimal): -15491848 or 16292883. OLE color: 16292883.
HSL color Cylindrical-coordinate representation of color #139CF8: hue angle of 204.1º 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 #139CF8 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 156 | 248 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.03 |
| HSL | 204.1º | 0.94% | 0.52% | - |
| HSV(B) | 204.1º | 0.92% | 0.97% | - |
| XYZ | 29.1 | 30.69 | 93.2 | - |
| YUV | 125.53 | 197.11 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 248 | 0.92 | 0.37 | 0 | 0.03 | 204.1 | 0.94 | 0.52 |
| Hex | 13 | 9C | F8 | 5C | 25 | 0 | 3 | CC | 5E | 34 |
| Octal | 23 | 234 | 370 | 134 | 45 | 0 | 3 | 314 | 136 | 64 |
| Binary | 10011 | 10011100 | 11111000 | 1011100 | 100101 | 0 | 11 | 11001100 | 1011110 | 110100 |
Color Harmonies of #139CF8
Complementary color
Monochromatic Colors of #139CF8
Black with #139CF8
Text Example
Text Example
White with #139CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CF8; }
p { color: rgb(19,156,248); }
H1.HeaderClassName
{
color: #139CF8;
}
.AnyTagClassName
{
color: #139CF8;
}
</style>
background-color css
<style>
a { background-color: #139CF8; }
a { background-color: rgb(19,156,248); }
div.DivClassName
{
background-color: #139CF8;
}
.BgClassName
{
background-color: #139CF8;
}
</style>
border-color css
<style>
span { border-color: #139CF8; }
span { border-color: rgb(19,156,248); }
td.TdClassName
{
border-color: #139CF8;
}
.TagClassName
{
border-color: #139CF8;
}
</style>