Shades of Dodger Blue #138CE0
Tints of Dodger Blue #138CE0
RGB
CMYK
RGB Variations
Color information
#138CE0 (or 0x138CE0) is known color: Dodger Blue. HEX triplet: 13, 8C and E0. RGB value is (19,140,224). Sum of RGB (Red+Green+Blue) = 19+140+224=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #138CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CE0 is #EC731F. Grayscale: #707070. Windows color (decimal): -15495968 or 14715923. OLE color: 14715923.
HSL color Cylindrical-coordinate representation of color #138CE0: hue angle of 204.59º 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 #138CE0 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 140 | 224 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.12 |
| HSL | 204.59º | 0.84% | 0.48% | - |
| HSV(B) | 204.59º | 0.92% | 0.88% | - |
| XYZ | 23.1 | 24.28 | 73.99 | - |
| YUV | 113.4 | 190.41 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 224 | 0.92 | 0.38 | 0 | 0.12 | 204.59 | 0.84 | 0.48 |
| Hex | 13 | 8C | E0 | 5C | 26 | 0 | C | CD | 54 | 30 |
| Octal | 23 | 214 | 340 | 134 | 46 | 0 | 14 | 315 | 124 | 60 |
| Binary | 10011 | 10001100 | 11100000 | 1011100 | 100110 | 0 | 1100 | 11001101 | 1010100 | 110000 |
Color Harmonies of #138CE0
Complementary color
Monochromatic Colors of #138CE0
Black with #138CE0
Text Example
Text Example
White with #138CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CE0; }
p { color: rgb(19,140,224); }
H1.HeaderClassName
{
color: #138CE0;
}
.AnyTagClassName
{
color: #138CE0;
}
</style>
background-color css
<style>
a { background-color: #138CE0; }
a { background-color: rgb(19,140,224); }
div.DivClassName
{
background-color: #138CE0;
}
.BgClassName
{
background-color: #138CE0;
}
</style>
border-color css
<style>
span { border-color: #138CE0; }
span { border-color: rgb(19,140,224); }
td.TdClassName
{
border-color: #138CE0;
}
.TagClassName
{
border-color: #138CE0;
}
</style>