Shades of Dodger Blue #138CE1
Tints of Dodger Blue #138CE1
RGB
CMYK
RGB Variations
Color information
#138CE1 (or 0x138CE1) is known color: Dodger Blue. HEX triplet: 13, 8C and E1. RGB value is (19,140,225). Sum of RGB (Red+Green+Blue) = 19+140+225=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 225 (88.28% from 255 or 58.59% from 384); Max value from RGB is 225 - color contains mainly: blue. Hex color #138CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CE1 is #EC731E. Grayscale: #717171. Windows color (decimal): -15495967 or 14781459. OLE color: 14781459.
HSL color Cylindrical-coordinate representation of color #138CE1: hue angle of 204.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138CE1 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 140 | 225 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.12 |
| HSL | 204.76º | 0.84% | 0.48% | - |
| HSV(B) | 204.76º | 0.92% | 0.88% | - |
| XYZ | 23.24 | 24.33 | 74.71 | - |
| YUV | 113.51 | 190.91 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 225 | 0.92 | 0.38 | 0 | 0.12 | 204.76 | 0.84 | 0.48 |
| Hex | 13 | 8C | E1 | 5C | 26 | 0 | C | CD | 54 | 30 |
| Octal | 23 | 214 | 341 | 134 | 46 | 0 | 14 | 315 | 124 | 60 |
| Binary | 10011 | 10001100 | 11100001 | 1011100 | 100110 | 0 | 1100 | 11001101 | 1010100 | 110000 |
Color Harmonies of #138CE1
Complementary color
Monochromatic Colors of #138CE1
Black with #138CE1
Text Example
Text Example
White with #138CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CE1; }
p { color: rgb(19,140,225); }
H1.HeaderClassName
{
color: #138CE1;
}
.AnyTagClassName
{
color: #138CE1;
}
</style>
background-color css
<style>
a { background-color: #138CE1; }
a { background-color: rgb(19,140,225); }
div.DivClassName
{
background-color: #138CE1;
}
.BgClassName
{
background-color: #138CE1;
}
</style>
border-color css
<style>
span { border-color: #138CE1; }
span { border-color: rgb(19,140,225); }
td.TdClassName
{
border-color: #138CE1;
}
.TagClassName
{
border-color: #138CE1;
}
</style>