Shades of Dodger Blue #138ADB
Tints of Dodger Blue #138ADB
RGB
CMYK
RGB Variations
Color information
#138ADB (or 0x138ADB) is known color: Dodger Blue. HEX triplet: 13, 8A and DB. RGB value is (19,138,219). Sum of RGB (Red+Green+Blue) = 19+138+219=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #138ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ADB is #EC7524. Grayscale: #6F6F6F. Windows color (decimal): -15496485 or 14387731. OLE color: 14387731.
HSL color Cylindrical-coordinate representation of color #138ADB: hue angle of 204.3º 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 #138ADB is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 138 | 219 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.14 |
| HSL | 204.3º | 0.84% | 0.47% | - |
| HSV(B) | 204.3º | 0.91% | 0.86% | - |
| XYZ | 22.14 | 23.43 | 70.37 | - |
| YUV | 111.65 | 188.58 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 219 | 0.91 | 0.37 | 0 | 0.14 | 204.3 | 0.84 | 0.47 |
| Hex | 13 | 8A | DB | 5B | 25 | 0 | E | CC | 54 | 2F |
| Octal | 23 | 212 | 333 | 133 | 45 | 0 | 16 | 314 | 124 | 57 |
| Binary | 10011 | 10001010 | 11011011 | 1011011 | 100101 | 0 | 1110 | 11001100 | 1010100 | 101111 |
Color Harmonies of #138ADB
Complementary color
Monochromatic Colors of #138ADB
Black with #138ADB
Text Example
Text Example
White with #138ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138ADB; }
p { color: rgb(19,138,219); }
H1.HeaderClassName
{
color: #138ADB;
}
.AnyTagClassName
{
color: #138ADB;
}
</style>
background-color css
<style>
a { background-color: #138ADB; }
a { background-color: rgb(19,138,219); }
div.DivClassName
{
background-color: #138ADB;
}
.BgClassName
{
background-color: #138ADB;
}
</style>
border-color css
<style>
span { border-color: #138ADB; }
span { border-color: rgb(19,138,219); }
td.TdClassName
{
border-color: #138ADB;
}
.TagClassName
{
border-color: #138ADB;
}
</style>