Shades of Dodger Blue #138EFF
Tints of Dodger Blue #138EFF
RGB
CMYK
RGB Variations
Color information
#138EFF (or 0x138EFF) is known color: Dodger Blue. HEX triplet: 13, 8E and FF. RGB value is (19,142,255). Sum of RGB (Red+Green+Blue) = 19+142+255=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #138EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138EFF is #EC7100. Grayscale: #757575. Windows color (decimal): -15495425 or 16748051. OLE color: 16748051.
HSL color Cylindrical-coordinate representation of color #138EFF: hue angle of 208.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #138EFF is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 142 | 255 | - |
| CMYK | 0.93 | 0.44 | 0 | 0 |
| HSL | 208.73º | 1% | 0.54% | - |
| HSV(B) | 208.73º | 0.93% | 1% | - |
| XYZ | 27.99 | 26.7 | 98.29 | - |
| YUV | 118.11 | 205.25 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 255 | 0.93 | 0.44 | 0 | 0 | 208.73 | 1 | 0.54 |
| Hex | 13 | 8E | FF | 5D | 2C | 0 | 0 | D1 | 64 | 36 |
| Octal | 23 | 216 | 377 | 135 | 54 | 0 | 0 | 321 | 144 | 66 |
| Binary | 10011 | 10001110 | 11111111 | 1011101 | 101100 | 0 | 0 | 11010001 | 1100100 | 110110 |
Color Harmonies of #138EFF
Complementary color
Monochromatic Colors of #138EFF
Black with #138EFF
Text Example
Text Example
White with #138EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138EFF; }
p { color: rgb(19,142,255); }
H1.HeaderClassName
{
color: #138EFF;
}
.AnyTagClassName
{
color: #138EFF;
}
</style>
background-color css
<style>
a { background-color: #138EFF; }
a { background-color: rgb(19,142,255); }
div.DivClassName
{
background-color: #138EFF;
}
.BgClassName
{
background-color: #138EFF;
}
</style>
border-color css
<style>
span { border-color: #138EFF; }
span { border-color: rgb(19,142,255); }
td.TdClassName
{
border-color: #138EFF;
}
.TagClassName
{
border-color: #138EFF;
}
</style>