Shades of Dodger Blue #138EEF
Tints of Dodger Blue #138EEF
RGB
CMYK
RGB Variations
Color information
#138EEF (or 0x138EEF) is known color: Dodger Blue. HEX triplet: 13, 8E and EF. RGB value is (19,142,239). Sum of RGB (Red+Green+Blue) = 19+142+239=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #138EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138EEF is #EC7110. Grayscale: #737373. Windows color (decimal): -15495441 or 15699475. OLE color: 15699475.
HSL color Cylindrical-coordinate representation of color #138EEF: hue angle of 206.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138EEF is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 142 | 239 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.06 |
| HSL | 206.45º | 0.87% | 0.51% | - |
| HSV(B) | 206.45º | 0.92% | 0.94% | - |
| XYZ | 25.52 | 25.72 | 85.28 | - |
| YUV | 116.28 | 197.25 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 239 | 0.92 | 0.41 | 0 | 0.06 | 206.45 | 0.87 | 0.51 |
| Hex | 13 | 8E | EF | 5C | 29 | 0 | 6 | CE | 57 | 33 |
| Octal | 23 | 216 | 357 | 134 | 51 | 0 | 6 | 316 | 127 | 63 |
| Binary | 10011 | 10001110 | 11101111 | 1011100 | 101001 | 0 | 110 | 11001110 | 1010111 | 110011 |
Color Harmonies of #138EEF
Complementary color
Monochromatic Colors of #138EEF
Black with #138EEF
Text Example
Text Example
White with #138EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138EEF; }
p { color: rgb(19,142,239); }
H1.HeaderClassName
{
color: #138EEF;
}
.AnyTagClassName
{
color: #138EEF;
}
</style>
background-color css
<style>
a { background-color: #138EEF; }
a { background-color: rgb(19,142,239); }
div.DivClassName
{
background-color: #138EEF;
}
.BgClassName
{
background-color: #138EEF;
}
</style>
border-color css
<style>
span { border-color: #138EEF; }
span { border-color: rgb(19,142,239); }
td.TdClassName
{
border-color: #138EEF;
}
.TagClassName
{
border-color: #138EEF;
}
</style>