Shades of Dodger Blue #138DFB
Tints of Dodger Blue #138DFB
RGB
CMYK
RGB Variations
Color information
#138DFB (or 0x138DFB) is known color: Dodger Blue. HEX triplet: 13, 8D and FB. RGB value is (19,141,251). Sum of RGB (Red+Green+Blue) = 19+141+251=411 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.62% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #138DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138DFB is #EC7204. Grayscale: #747474. Windows color (decimal): -15495685 or 16485651. OLE color: 16485651.
HSL color Cylindrical-coordinate representation of color #138DFB: hue angle of 208.45º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138DFB is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 141 | 251 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.02 |
| HSL | 208.45º | 0.97% | 0.53% | - |
| HSV(B) | 208.45º | 0.92% | 0.98% | - |
| XYZ | 27.21 | 26.15 | 94.88 | - |
| YUV | 117.06 | 203.58 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 251 | 0.92 | 0.44 | 0 | 0.02 | 208.45 | 0.97 | 0.53 |
| Hex | 13 | 8D | FB | 5C | 2C | 0 | 2 | D0 | 61 | 35 |
| Octal | 23 | 215 | 373 | 134 | 54 | 0 | 2 | 320 | 141 | 65 |
| Binary | 10011 | 10001101 | 11111011 | 1011100 | 101100 | 0 | 10 | 11010000 | 1100001 | 110101 |
Color Harmonies of #138DFB
Complementary color
Monochromatic Colors of #138DFB
Black with #138DFB
Text Example
Text Example
White with #138DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138DFB; }
p { color: rgb(19,141,251); }
H1.HeaderClassName
{
color: #138DFB;
}
.AnyTagClassName
{
color: #138DFB;
}
</style>
background-color css
<style>
a { background-color: #138DFB; }
a { background-color: rgb(19,141,251); }
div.DivClassName
{
background-color: #138DFB;
}
.BgClassName
{
background-color: #138DFB;
}
</style>
border-color css
<style>
span { border-color: #138DFB; }
span { border-color: rgb(19,141,251); }
td.TdClassName
{
border-color: #138DFB;
}
.TagClassName
{
border-color: #138DFB;
}
</style>