Shades of Dodger Blue #138CDE
Tints of Dodger Blue #138CDE
RGB
CMYK
RGB Variations
Color information
#138CDE (or 0x138CDE) is known color: Dodger Blue. HEX triplet: 13, 8C and DE. RGB value is (19,140,222). Sum of RGB (Red+Green+Blue) = 19+140+222=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #138CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CDE is #EC7321. Grayscale: #707070. Windows color (decimal): -15495970 or 14584851. OLE color: 14584851.
HSL color Cylindrical-coordinate representation of color #138CDE: hue angle of 204.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138CDE is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 140 | 222 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.13 |
| HSL | 204.24º | 0.84% | 0.47% | - |
| HSV(B) | 204.24º | 0.91% | 0.87% | - |
| XYZ | 22.83 | 24.17 | 72.57 | - |
| YUV | 113.17 | 189.41 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 222 | 0.91 | 0.37 | 0 | 0.13 | 204.24 | 0.84 | 0.47 |
| Hex | 13 | 8C | DE | 5B | 25 | 0 | D | CC | 54 | 2F |
| Octal | 23 | 214 | 336 | 133 | 45 | 0 | 15 | 314 | 124 | 57 |
| Binary | 10011 | 10001100 | 11011110 | 1011011 | 100101 | 0 | 1101 | 11001100 | 1010100 | 101111 |
Color Harmonies of #138CDE
Complementary color
Monochromatic Colors of #138CDE
Black with #138CDE
Text Example
Text Example
White with #138CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CDE; }
p { color: rgb(19,140,222); }
H1.HeaderClassName
{
color: #138CDE;
}
.AnyTagClassName
{
color: #138CDE;
}
</style>
background-color css
<style>
a { background-color: #138CDE; }
a { background-color: rgb(19,140,222); }
div.DivClassName
{
background-color: #138CDE;
}
.BgClassName
{
background-color: #138CDE;
}
</style>
border-color css
<style>
span { border-color: #138CDE; }
span { border-color: rgb(19,140,222); }
td.TdClassName
{
border-color: #138CDE;
}
.TagClassName
{
border-color: #138CDE;
}
</style>