Shades of Dodger Blue #138CEF
Tints of Dodger Blue #138CEF
RGB
CMYK
RGB Variations
Color information
#138CEF (or 0x138CEF) is known color: Dodger Blue. HEX triplet: 13, 8C and EF. RGB value is (19,140,239). Sum of RGB (Red+Green+Blue) = 19+140+239=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #138CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CEF is #EC7310. Grayscale: #727272. Windows color (decimal): -15495953 or 15698963. OLE color: 15698963.
HSL color Cylindrical-coordinate representation of color #138CEF: hue angle of 207º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138CEF is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 140 | 239 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.06 |
| HSL | 207º | 0.87% | 0.51% | - |
| HSV(B) | 207º | 0.92% | 0.94% | - |
| XYZ | 25.23 | 25.13 | 85.18 | - |
| YUV | 115.11 | 197.91 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 239 | 0.92 | 0.41 | 0 | 0.06 | 207 | 0.87 | 0.51 |
| Hex | 13 | 8C | EF | 5C | 29 | 0 | 6 | CF | 57 | 33 |
| Octal | 23 | 214 | 357 | 134 | 51 | 0 | 6 | 317 | 127 | 63 |
| Binary | 10011 | 10001100 | 11101111 | 1011100 | 101001 | 0 | 110 | 11001111 | 1010111 | 110011 |
Color Harmonies of #138CEF
Complementary color
Monochromatic Colors of #138CEF
Black with #138CEF
Text Example
Text Example
White with #138CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CEF; }
p { color: rgb(19,140,239); }
H1.HeaderClassName
{
color: #138CEF;
}
.AnyTagClassName
{
color: #138CEF;
}
</style>
background-color css
<style>
a { background-color: #138CEF; }
a { background-color: rgb(19,140,239); }
div.DivClassName
{
background-color: #138CEF;
}
.BgClassName
{
background-color: #138CEF;
}
</style>
border-color css
<style>
span { border-color: #138CEF; }
span { border-color: rgb(19,140,239); }
td.TdClassName
{
border-color: #138CEF;
}
.TagClassName
{
border-color: #138CEF;
}
</style>