Shades of Dodger Blue #138EEC
Tints of Dodger Blue #138EEC
RGB
CMYK
RGB Variations
Color information
#138EEC (or 0x138EEC) is known color: Dodger Blue. HEX triplet: 13, 8E and EC. RGB value is (19,142,236). Sum of RGB (Red+Green+Blue) = 19+142+236=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #138EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138EEC is #EC7113. Grayscale: #737373. Windows color (decimal): -15495444 or 15502867. OLE color: 15502867.
HSL color Cylindrical-coordinate representation of color #138EEC: hue angle of 205.99º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138EEC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 142 | 236 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.07 |
| HSL | 205.99º | 0.85% | 0.5% | - |
| HSV(B) | 205.99º | 0.92% | 0.93% | - |
| XYZ | 25.08 | 25.54 | 82.96 | - |
| YUV | 115.94 | 195.75 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 236 | 0.92 | 0.40 | 0 | 0.07 | 205.99 | 0.85 | 0.5 |
| Hex | 13 | 8E | EC | 5C | 28 | 0 | 7 | CE | 55 | 32 |
| Octal | 23 | 216 | 354 | 134 | 50 | 0 | 7 | 316 | 125 | 62 |
| Binary | 10011 | 10001110 | 11101100 | 1011100 | 101000 | 0 | 111 | 11001110 | 1010101 | 110010 |
Color Harmonies of #138EEC
Complementary color
Monochromatic Colors of #138EEC
Black with #138EEC
Text Example
Text Example
White with #138EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138EEC; }
p { color: rgb(19,142,236); }
H1.HeaderClassName
{
color: #138EEC;
}
.AnyTagClassName
{
color: #138EEC;
}
</style>
background-color css
<style>
a { background-color: #138EEC; }
a { background-color: rgb(19,142,236); }
div.DivClassName
{
background-color: #138EEC;
}
.BgClassName
{
background-color: #138EEC;
}
</style>
border-color css
<style>
span { border-color: #138EEC; }
span { border-color: rgb(19,142,236); }
td.TdClassName
{
border-color: #138EEC;
}
.TagClassName
{
border-color: #138EEC;
}
</style>