Shades of Dodger Blue #138BEF
Tints of Dodger Blue #138BEF
RGB
CMYK
RGB Variations
Color information
#138BEF (or 0x138BEF) is known color: Dodger Blue. HEX triplet: 13, 8B and EF. RGB value is (19,139,239). Sum of RGB (Red+Green+Blue) = 19+139+239=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #138BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138BEF is #EC7410. Grayscale: #727272. Windows color (decimal): -15496209 or 15698707. OLE color: 15698707.
HSL color Cylindrical-coordinate representation of color #138BEF: hue angle of 207.27º 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 #138BEF is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 139 | 239 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.06 |
| HSL | 207.27º | 0.87% | 0.51% | - |
| HSV(B) | 207.27º | 0.92% | 0.94% | - |
| XYZ | 25.08 | 24.84 | 85.13 | - |
| YUV | 114.52 | 198.24 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 239 | 0.92 | 0.42 | 0 | 0.06 | 207.27 | 0.87 | 0.51 |
| Hex | 13 | 8B | EF | 5C | 2A | 0 | 6 | CF | 57 | 33 |
| Octal | 23 | 213 | 357 | 134 | 52 | 0 | 6 | 317 | 127 | 63 |
| Binary | 10011 | 10001011 | 11101111 | 1011100 | 101010 | 0 | 110 | 11001111 | 1010111 | 110011 |
Color Harmonies of #138BEF
Complementary color
Monochromatic Colors of #138BEF
Black with #138BEF
Text Example
Text Example
White with #138BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138BEF; }
p { color: rgb(19,139,239); }
H1.HeaderClassName
{
color: #138BEF;
}
.AnyTagClassName
{
color: #138BEF;
}
</style>
background-color css
<style>
a { background-color: #138BEF; }
a { background-color: rgb(19,139,239); }
div.DivClassName
{
background-color: #138BEF;
}
.BgClassName
{
background-color: #138BEF;
}
</style>
border-color css
<style>
span { border-color: #138BEF; }
span { border-color: rgb(19,139,239); }
td.TdClassName
{
border-color: #138BEF;
}
.TagClassName
{
border-color: #138BEF;
}
</style>