Shades of Dodger Blue #138AE5
Tints of Dodger Blue #138AE5
RGB
CMYK
RGB Variations
Color information
#138AE5 (or 0x138AE5) is known color: Dodger Blue. HEX triplet: 13, 8A and E5. RGB value is (19,138,229). Sum of RGB (Red+Green+Blue) = 19+138+229=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 229 (89.84% from 255 or 59.33% from 386); Max value from RGB is 229 - color contains mainly: blue. Hex color #138AE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138AE5 is #EC751A. Grayscale: #707070. Windows color (decimal): -15496475 or 15043091. OLE color: 15043091.
HSL color Cylindrical-coordinate representation of color #138AE5: hue angle of 206º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138AE5 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 138 | 229 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.10 |
| HSL | 206º | 0.85% | 0.49% | - |
| HSV(B) | 206º | 0.92% | 0.9% | - |
| XYZ | 23.5 | 23.97 | 77.52 | - |
| YUV | 112.79 | 193.58 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 229 | 0.92 | 0.40 | 0 | 0.10 | 206 | 0.85 | 0.49 |
| Hex | 13 | 8A | E5 | 5C | 28 | 0 | A | CE | 55 | 31 |
| Octal | 23 | 212 | 345 | 134 | 50 | 0 | 12 | 316 | 125 | 61 |
| Binary | 10011 | 10001010 | 11100101 | 1011100 | 101000 | 0 | 1010 | 11001110 | 1010101 | 110001 |
Color Harmonies of #138AE5
Complementary color
Monochromatic Colors of #138AE5
Black with #138AE5
Text Example
Text Example
White with #138AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138AE5; }
p { color: rgb(19,138,229); }
H1.HeaderClassName
{
color: #138AE5;
}
.AnyTagClassName
{
color: #138AE5;
}
</style>
background-color css
<style>
a { background-color: #138AE5; }
a { background-color: rgb(19,138,229); }
div.DivClassName
{
background-color: #138AE5;
}
.BgClassName
{
background-color: #138AE5;
}
</style>
border-color css
<style>
span { border-color: #138AE5; }
span { border-color: rgb(19,138,229); }
td.TdClassName
{
border-color: #138AE5;
}
.TagClassName
{
border-color: #138AE5;
}
</style>