Shades of Dodger Blue #138CE5
Tints of Dodger Blue #138CE5
RGB
CMYK
RGB Variations
Color information
#138CE5 (or 0x138CE5) is known color: Dodger Blue. HEX triplet: 13, 8C and E5. RGB value is (19,140,229). Sum of RGB (Red+Green+Blue) = 19+140+229=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #138CE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CE5 is #EC731A. Grayscale: #717171. Windows color (decimal): -15495963 or 15043603. OLE color: 15043603.
HSL color Cylindrical-coordinate representation of color #138CE5: hue angle of 205.43º 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 #138CE5 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 140 | 229 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.10 |
| HSL | 205.43º | 0.85% | 0.49% | - |
| HSV(B) | 205.43º | 0.92% | 0.9% | - |
| XYZ | 23.79 | 24.55 | 77.61 | - |
| YUV | 113.97 | 192.91 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 229 | 0.92 | 0.39 | 0 | 0.10 | 205.43 | 0.85 | 0.49 |
| Hex | 13 | 8C | E5 | 5C | 27 | 0 | A | CD | 55 | 31 |
| Octal | 23 | 214 | 345 | 134 | 47 | 0 | 12 | 315 | 125 | 61 |
| Binary | 10011 | 10001100 | 11100101 | 1011100 | 100111 | 0 | 1010 | 11001101 | 1010101 | 110001 |
Color Harmonies of #138CE5
Complementary color
Monochromatic Colors of #138CE5
Black with #138CE5
Text Example
Text Example
White with #138CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CE5; }
p { color: rgb(19,140,229); }
H1.HeaderClassName
{
color: #138CE5;
}
.AnyTagClassName
{
color: #138CE5;
}
</style>
background-color css
<style>
a { background-color: #138CE5; }
a { background-color: rgb(19,140,229); }
div.DivClassName
{
background-color: #138CE5;
}
.BgClassName
{
background-color: #138CE5;
}
</style>
border-color css
<style>
span { border-color: #138CE5; }
span { border-color: rgb(19,140,229); }
td.TdClassName
{
border-color: #138CE5;
}
.TagClassName
{
border-color: #138CE5;
}
</style>