Shades of Dodger Blue #138CEC
Tints of Dodger Blue #138CEC
RGB
CMYK
RGB Variations
Color information
#138CEC (or 0x138CEC) is known color: Dodger Blue. HEX triplet: 13, 8C and EC. RGB value is (19,140,236). Sum of RGB (Red+Green+Blue) = 19+140+236=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #138CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CEC is #EC7313. Grayscale: #727272. Windows color (decimal): -15495956 or 15502355. OLE color: 15502355.
HSL color Cylindrical-coordinate representation of color #138CEC: hue angle of 206.54º 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 #138CEC is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 140 | 236 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.07 |
| HSL | 206.54º | 0.85% | 0.5% | - |
| HSV(B) | 206.54º | 0.92% | 0.93% | - |
| XYZ | 24.79 | 24.95 | 82.87 | - |
| YUV | 114.77 | 196.41 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 236 | 0.92 | 0.41 | 0 | 0.07 | 206.54 | 0.85 | 0.5 |
| Hex | 13 | 8C | EC | 5C | 29 | 0 | 7 | CF | 55 | 32 |
| Octal | 23 | 214 | 354 | 134 | 51 | 0 | 7 | 317 | 125 | 62 |
| Binary | 10011 | 10001100 | 11101100 | 1011100 | 101001 | 0 | 111 | 11001111 | 1010101 | 110010 |
Color Harmonies of #138CEC
Complementary color
Monochromatic Colors of #138CEC
Black with #138CEC
Text Example
Text Example
White with #138CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CEC; }
p { color: rgb(19,140,236); }
H1.HeaderClassName
{
color: #138CEC;
}
.AnyTagClassName
{
color: #138CEC;
}
</style>
background-color css
<style>
a { background-color: #138CEC; }
a { background-color: rgb(19,140,236); }
div.DivClassName
{
background-color: #138CEC;
}
.BgClassName
{
background-color: #138CEC;
}
</style>
border-color css
<style>
span { border-color: #138CEC; }
span { border-color: rgb(19,140,236); }
td.TdClassName
{
border-color: #138CEC;
}
.TagClassName
{
border-color: #138CEC;
}
</style>