Shades of Dodger Blue #138BDB
Tints of Dodger Blue #138BDB
RGB
CMYK
RGB Variations
Color information
#138BDB (or 0x138BDB) is known color: Dodger Blue. HEX triplet: 13, 8B and DB. RGB value is (19,139,219). Sum of RGB (Red+Green+Blue) = 19+139+219=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #138BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BDB is #EC7424. Grayscale: #6F6F6F. Windows color (decimal): -15496229 or 14387987. OLE color: 14387987.
HSL color Cylindrical-coordinate representation of color #138BDB: hue angle of 204º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138BDB is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 139 | 219 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.14 |
| HSL | 204º | 0.84% | 0.47% | - |
| HSV(B) | 204º | 0.91% | 0.86% | - |
| XYZ | 22.29 | 23.72 | 70.42 | - |
| YUV | 112.24 | 188.24 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 219 | 0.91 | 0.37 | 0 | 0.14 | 204 | 0.84 | 0.47 |
| Hex | 13 | 8B | DB | 5B | 25 | 0 | E | CC | 54 | 2F |
| Octal | 23 | 213 | 333 | 133 | 45 | 0 | 16 | 314 | 124 | 57 |
| Binary | 10011 | 10001011 | 11011011 | 1011011 | 100101 | 0 | 1110 | 11001100 | 1010100 | 101111 |
Color Harmonies of #138BDB
Complementary color
Monochromatic Colors of #138BDB
Black with #138BDB
Text Example
Text Example
White with #138BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138BDB; }
p { color: rgb(19,139,219); }
H1.HeaderClassName
{
color: #138BDB;
}
.AnyTagClassName
{
color: #138BDB;
}
</style>
background-color css
<style>
a { background-color: #138BDB; }
a { background-color: rgb(19,139,219); }
div.DivClassName
{
background-color: #138BDB;
}
.BgClassName
{
background-color: #138BDB;
}
</style>
border-color css
<style>
span { border-color: #138BDB; }
span { border-color: rgb(19,139,219); }
td.TdClassName
{
border-color: #138BDB;
}
.TagClassName
{
border-color: #138BDB;
}
</style>