Shades of Dodger Blue #138CEA
Tints of Dodger Blue #138CEA
RGB
CMYK
RGB Variations
Color information
#138CEA (or 0x138CEA) is known color: Dodger Blue. HEX triplet: 13, 8C and EA. RGB value is (19,140,234). Sum of RGB (Red+Green+Blue) = 19+140+234=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #138CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CEA is #EC7315. Grayscale: #727272. Windows color (decimal): -15495958 or 15371283. OLE color: 15371283.
HSL color Cylindrical-coordinate representation of color #138CEA: hue angle of 206.23º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138CEA is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 140 | 234 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.08 |
| HSL | 206.23º | 0.85% | 0.5% | - |
| HSV(B) | 206.23º | 0.92% | 0.92% | - |
| XYZ | 24.5 | 24.84 | 81.34 | - |
| YUV | 114.54 | 195.41 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 234 | 0.92 | 0.40 | 0 | 0.08 | 206.23 | 0.85 | 0.5 |
| Hex | 13 | 8C | EA | 5C | 28 | 0 | 8 | CE | 55 | 32 |
| Octal | 23 | 214 | 352 | 134 | 50 | 0 | 10 | 316 | 125 | 62 |
| Binary | 10011 | 10001100 | 11101010 | 1011100 | 101000 | 0 | 1000 | 11001110 | 1010101 | 110010 |
Color Harmonies of #138CEA
Complementary color
Monochromatic Colors of #138CEA
Black with #138CEA
Text Example
Text Example
White with #138CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CEA; }
p { color: rgb(19,140,234); }
H1.HeaderClassName
{
color: #138CEA;
}
.AnyTagClassName
{
color: #138CEA;
}
</style>
background-color css
<style>
a { background-color: #138CEA; }
a { background-color: rgb(19,140,234); }
div.DivClassName
{
background-color: #138CEA;
}
.BgClassName
{
background-color: #138CEA;
}
</style>
border-color css
<style>
span { border-color: #138CEA; }
span { border-color: rgb(19,140,234); }
td.TdClassName
{
border-color: #138CEA;
}
.TagClassName
{
border-color: #138CEA;
}
</style>