Shades of Dodger Blue #138BE5
Tints of Dodger Blue #138BE5
RGB
CMYK
RGB Variations
Color information
#138BE5 (or 0x138BE5) is known color: Dodger Blue. HEX triplet: 13, 8B and E5. RGB value is (19,139,229). Sum of RGB (Red+Green+Blue) = 19+139+229=387 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.91% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #138BE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BE5 is #EC741A. Grayscale: #707070. Windows color (decimal): -15496219 or 15043347. OLE color: 15043347.
HSL color Cylindrical-coordinate representation of color #138BE5: hue angle of 205.71º 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 #138BE5 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 139 | 229 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.10 |
| HSL | 205.71º | 0.85% | 0.49% | - |
| HSV(B) | 205.71º | 0.92% | 0.9% | - |
| XYZ | 23.64 | 24.26 | 77.57 | - |
| YUV | 113.38 | 193.24 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 229 | 0.92 | 0.39 | 0 | 0.10 | 205.71 | 0.85 | 0.49 |
| Hex | 13 | 8B | E5 | 5C | 27 | 0 | A | CE | 55 | 31 |
| Octal | 23 | 213 | 345 | 134 | 47 | 0 | 12 | 316 | 125 | 61 |
| Binary | 10011 | 10001011 | 11100101 | 1011100 | 100111 | 0 | 1010 | 11001110 | 1010101 | 110001 |
Color Harmonies of #138BE5
Complementary color
Monochromatic Colors of #138BE5
Black with #138BE5
Text Example
Text Example
White with #138BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138BE5; }
p { color: rgb(19,139,229); }
H1.HeaderClassName
{
color: #138BE5;
}
.AnyTagClassName
{
color: #138BE5;
}
</style>
background-color css
<style>
a { background-color: #138BE5; }
a { background-color: rgb(19,139,229); }
div.DivClassName
{
background-color: #138BE5;
}
.BgClassName
{
background-color: #138BE5;
}
</style>
border-color css
<style>
span { border-color: #138BE5; }
span { border-color: rgb(19,139,229); }
td.TdClassName
{
border-color: #138BE5;
}
.TagClassName
{
border-color: #138BE5;
}
</style>