Shades of Dodger Blue #138CE9
Tints of Dodger Blue #138CE9
RGB
CMYK
RGB Variations
Color information
#138CE9 (or 0x138CE9) is known color: Dodger Blue. HEX triplet: 13, 8C and E9. RGB value is (19,140,233). Sum of RGB (Red+Green+Blue) = 19+140+233=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 233 (91.41% from 255 or 59.44% from 392); Max value from RGB is 233 - color contains mainly: blue. Hex color #138CE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CE9 is #EC7316. Grayscale: #717171. Windows color (decimal): -15495959 or 15305747. OLE color: 15305747.
HSL color Cylindrical-coordinate representation of color #138CE9: hue angle of 206.07º 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 #138CE9 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 140 | 233 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.09 |
| HSL | 206.07º | 0.85% | 0.49% | - |
| HSV(B) | 206.07º | 0.92% | 0.91% | - |
| XYZ | 24.35 | 24.78 | 80.59 | - |
| YUV | 114.42 | 194.91 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 233 | 0.92 | 0.40 | 0 | 0.09 | 206.07 | 0.85 | 0.49 |
| Hex | 13 | 8C | E9 | 5C | 28 | 0 | 9 | CE | 55 | 31 |
| Octal | 23 | 214 | 351 | 134 | 50 | 0 | 11 | 316 | 125 | 61 |
| Binary | 10011 | 10001100 | 11101001 | 1011100 | 101000 | 0 | 1001 | 11001110 | 1010101 | 110001 |
Color Harmonies of #138CE9
Complementary color
Monochromatic Colors of #138CE9
Black with #138CE9
Text Example
Text Example
White with #138CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CE9; }
p { color: rgb(19,140,233); }
H1.HeaderClassName
{
color: #138CE9;
}
.AnyTagClassName
{
color: #138CE9;
}
</style>
background-color css
<style>
a { background-color: #138CE9; }
a { background-color: rgb(19,140,233); }
div.DivClassName
{
background-color: #138CE9;
}
.BgClassName
{
background-color: #138CE9;
}
</style>
border-color css
<style>
span { border-color: #138CE9; }
span { border-color: rgb(19,140,233); }
td.TdClassName
{
border-color: #138CE9;
}
.TagClassName
{
border-color: #138CE9;
}
</style>