Shades of Dodger Blue #138BDE
Tints of Dodger Blue #138BDE
RGB
CMYK
RGB Variations
Color information
#138BDE (or 0x138BDE) is known color: Dodger Blue. HEX triplet: 13, 8B and DE. RGB value is (19,139,222). Sum of RGB (Red+Green+Blue) = 19+139+222=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #138BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BDE is #EC7421. Grayscale: #707070. Windows color (decimal): -15496226 or 14584595. OLE color: 14584595.
HSL color Cylindrical-coordinate representation of color #138BDE: hue angle of 204.53º 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 #138BDE is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 139 | 222 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.13 |
| HSL | 204.53º | 0.84% | 0.47% | - |
| HSV(B) | 204.53º | 0.91% | 0.87% | - |
| XYZ | 22.69 | 23.88 | 72.52 | - |
| YUV | 112.58 | 189.74 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 222 | 0.91 | 0.37 | 0 | 0.13 | 204.53 | 0.84 | 0.47 |
| Hex | 13 | 8B | DE | 5B | 25 | 0 | D | CD | 54 | 2F |
| Octal | 23 | 213 | 336 | 133 | 45 | 0 | 15 | 315 | 124 | 57 |
| Binary | 10011 | 10001011 | 11011110 | 1011011 | 100101 | 0 | 1101 | 11001101 | 1010100 | 101111 |
Color Harmonies of #138BDE
Complementary color
Monochromatic Colors of #138BDE
Black with #138BDE
Text Example
Text Example
White with #138BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138BDE; }
p { color: rgb(19,139,222); }
H1.HeaderClassName
{
color: #138BDE;
}
.AnyTagClassName
{
color: #138BDE;
}
</style>
background-color css
<style>
a { background-color: #138BDE; }
a { background-color: rgb(19,139,222); }
div.DivClassName
{
background-color: #138BDE;
}
.BgClassName
{
background-color: #138BDE;
}
</style>
border-color css
<style>
span { border-color: #138BDE; }
span { border-color: rgb(19,139,222); }
td.TdClassName
{
border-color: #138BDE;
}
.TagClassName
{
border-color: #138BDE;
}
</style>