Shades of Dodger Blue #138CEE
Tints of Dodger Blue #138CEE
RGB
CMYK
RGB Variations
Color information
#138CEE (or 0x138CEE) is known color: Dodger Blue. HEX triplet: 13, 8C and EE. RGB value is (19,140,238). Sum of RGB (Red+Green+Blue) = 19+140+238=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #138CEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CEE is #EC7311. Grayscale: #727272. Windows color (decimal): -15495954 or 15633427. OLE color: 15633427.
HSL color Cylindrical-coordinate representation of color #138CEE: hue angle of 206.85º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138CEE is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 140 | 238 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.07 |
| HSL | 206.85º | 0.87% | 0.5% | - |
| HSV(B) | 206.85º | 0.92% | 0.93% | - |
| XYZ | 25.08 | 25.07 | 84.41 | - |
| YUV | 114.99 | 197.41 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 238 | 0.92 | 0.41 | 0 | 0.07 | 206.85 | 0.87 | 0.5 |
| Hex | 13 | 8C | EE | 5C | 29 | 0 | 7 | CF | 57 | 32 |
| Octal | 23 | 214 | 356 | 134 | 51 | 0 | 7 | 317 | 127 | 62 |
| Binary | 10011 | 10001100 | 11101110 | 1011100 | 101001 | 0 | 111 | 11001111 | 1010111 | 110010 |
Color Harmonies of #138CEE
Complementary color
Monochromatic Colors of #138CEE
Black with #138CEE
Text Example
Text Example
White with #138CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CEE; }
p { color: rgb(19,140,238); }
H1.HeaderClassName
{
color: #138CEE;
}
.AnyTagClassName
{
color: #138CEE;
}
</style>
background-color css
<style>
a { background-color: #138CEE; }
a { background-color: rgb(19,140,238); }
div.DivClassName
{
background-color: #138CEE;
}
.BgClassName
{
background-color: #138CEE;
}
</style>
border-color css
<style>
span { border-color: #138CEE; }
span { border-color: rgb(19,140,238); }
td.TdClassName
{
border-color: #138CEE;
}
.TagClassName
{
border-color: #138CEE;
}
</style>