Shades of Dodger Blue #139CEB
Tints of Dodger Blue #139CEB
RGB
CMYK
RGB Variations
Color information
#139CEB (or 0x139CEB) is known color: Dodger Blue. HEX triplet: 13, 9C and EB. RGB value is (19,156,235). Sum of RGB (Red+Green+Blue) = 19+156+235=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #139CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139CEB is #EC6314. Grayscale: #7B7B7B. Windows color (decimal): -15491861 or 15440915. OLE color: 15440915.
HSL color Cylindrical-coordinate representation of color #139CEB: hue angle of 201.94º 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 #139CEB is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 156 | 235 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.08 |
| HSL | 201.94º | 0.85% | 0.5% | - |
| HSV(B) | 201.94º | 0.92% | 0.92% | - |
| XYZ | 27.15 | 29.91 | 82.94 | - |
| YUV | 124.04 | 190.61 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 235 | 0.92 | 0.34 | 0 | 0.08 | 201.94 | 0.85 | 0.5 |
| Hex | 13 | 9C | EB | 5C | 22 | 0 | 8 | CA | 55 | 32 |
| Octal | 23 | 234 | 353 | 134 | 42 | 0 | 10 | 312 | 125 | 62 |
| Binary | 10011 | 10011100 | 11101011 | 1011100 | 100010 | 0 | 1000 | 11001010 | 1010101 | 110010 |
Color Harmonies of #139CEB
Complementary color
Monochromatic Colors of #139CEB
Black with #139CEB
Text Example
Text Example
White with #139CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CEB; }
p { color: rgb(19,156,235); }
H1.HeaderClassName
{
color: #139CEB;
}
.AnyTagClassName
{
color: #139CEB;
}
</style>
background-color css
<style>
a { background-color: #139CEB; }
a { background-color: rgb(19,156,235); }
div.DivClassName
{
background-color: #139CEB;
}
.BgClassName
{
background-color: #139CEB;
}
</style>
border-color css
<style>
span { border-color: #139CEB; }
span { border-color: rgb(19,156,235); }
td.TdClassName
{
border-color: #139CEB;
}
.TagClassName
{
border-color: #139CEB;
}
</style>