Shades of Dodger Blue #138CE8
Tints of Dodger Blue #138CE8
RGB
CMYK
RGB Variations
Color information
#138CE8 (or 0x138CE8) is known color: Dodger Blue. HEX triplet: 13, 8C and E8. RGB value is (19,140,232). Sum of RGB (Red+Green+Blue) = 19+140+232=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 232 (91.02% from 255 or 59.34% from 391); Max value from RGB is 232 - color contains mainly: blue. Hex color #138CE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CE8 is #EC7317. Grayscale: #717171. Windows color (decimal): -15495960 or 15240211. OLE color: 15240211.
HSL color Cylindrical-coordinate representation of color #138CE8: hue angle of 205.92º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138CE8 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 140 | 232 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.09 |
| HSL | 205.92º | 0.85% | 0.49% | - |
| HSV(B) | 205.92º | 0.92% | 0.91% | - |
| XYZ | 24.21 | 24.72 | 79.84 | - |
| YUV | 114.31 | 194.41 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 232 | 0.92 | 0.40 | 0 | 0.09 | 205.92 | 0.85 | 0.49 |
| Hex | 13 | 8C | E8 | 5C | 28 | 0 | 9 | CE | 55 | 31 |
| Octal | 23 | 214 | 350 | 134 | 50 | 0 | 11 | 316 | 125 | 61 |
| Binary | 10011 | 10001100 | 11101000 | 1011100 | 101000 | 0 | 1001 | 11001110 | 1010101 | 110001 |
Color Harmonies of #138CE8
Complementary color
Monochromatic Colors of #138CE8
Black with #138CE8
Text Example
Text Example
White with #138CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CE8; }
p { color: rgb(19,140,232); }
H1.HeaderClassName
{
color: #138CE8;
}
.AnyTagClassName
{
color: #138CE8;
}
</style>
background-color css
<style>
a { background-color: #138CE8; }
a { background-color: rgb(19,140,232); }
div.DivClassName
{
background-color: #138CE8;
}
.BgClassName
{
background-color: #138CE8;
}
</style>
border-color css
<style>
span { border-color: #138CE8; }
span { border-color: rgb(19,140,232); }
td.TdClassName
{
border-color: #138CE8;
}
.TagClassName
{
border-color: #138CE8;
}
</style>