Shades of Dodger Blue #139EEB
Tints of Dodger Blue #139EEB
RGB
CMYK
RGB Variations
Color information
#139EEB (or 0x139EEB) is known color: Dodger Blue. HEX triplet: 13, 9E and EB. RGB value is (19,158,235). Sum of RGB (Red+Green+Blue) = 19+158+235=412 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.61% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #139EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139EEB is #EC6114. Grayscale: #7C7C7C. Windows color (decimal): -15491349 or 15441427. OLE color: 15441427.
HSL color Cylindrical-coordinate representation of color #139EEB: hue angle of 201.39º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139EEB is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 158 | 235 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.08 |
| HSL | 201.39º | 0.85% | 0.5% | - |
| HSV(B) | 201.39º | 0.92% | 0.92% | - |
| XYZ | 27.49 | 30.59 | 83.05 | - |
| YUV | 125.22 | 189.95 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 235 | 0.92 | 0.33 | 0 | 0.08 | 201.39 | 0.85 | 0.5 |
| Hex | 13 | 9E | EB | 5C | 21 | 0 | 8 | C9 | 55 | 32 |
| Octal | 23 | 236 | 353 | 134 | 41 | 0 | 10 | 311 | 125 | 62 |
| Binary | 10011 | 10011110 | 11101011 | 1011100 | 100001 | 0 | 1000 | 11001001 | 1010101 | 110010 |
Color Harmonies of #139EEB
Complementary color
Monochromatic Colors of #139EEB
Black with #139EEB
Text Example
Text Example
White with #139EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139EEB; }
p { color: rgb(19,158,235); }
H1.HeaderClassName
{
color: #139EEB;
}
.AnyTagClassName
{
color: #139EEB;
}
</style>
background-color css
<style>
a { background-color: #139EEB; }
a { background-color: rgb(19,158,235); }
div.DivClassName
{
background-color: #139EEB;
}
.BgClassName
{
background-color: #139EEB;
}
</style>
border-color css
<style>
span { border-color: #139EEB; }
span { border-color: rgb(19,158,235); }
td.TdClassName
{
border-color: #139EEB;
}
.TagClassName
{
border-color: #139EEB;
}
</style>