Shades of Dodger Blue #139CEF
Tints of Dodger Blue #139CEF
RGB
CMYK
RGB Variations
Color information
#139CEF (or 0x139CEF) is known color: Dodger Blue. HEX triplet: 13, 9C and EF. RGB value is (19,156,239). Sum of RGB (Red+Green+Blue) = 19+156+239=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #139CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139CEF is #EC6310. Grayscale: #7C7C7C. Windows color (decimal): -15491857 or 15703059. OLE color: 15703059.
HSL color Cylindrical-coordinate representation of color #139CEF: hue angle of 202.64º 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 #139CEF is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 156 | 239 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.06 |
| HSL | 202.64º | 0.87% | 0.51% | - |
| HSV(B) | 202.64º | 0.92% | 0.94% | - |
| XYZ | 27.74 | 30.15 | 86.02 | - |
| YUV | 124.5 | 192.61 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 239 | 0.92 | 0.35 | 0 | 0.06 | 202.64 | 0.87 | 0.51 |
| Hex | 13 | 9C | EF | 5C | 23 | 0 | 6 | CB | 57 | 33 |
| Octal | 23 | 234 | 357 | 134 | 43 | 0 | 6 | 313 | 127 | 63 |
| Binary | 10011 | 10011100 | 11101111 | 1011100 | 100011 | 0 | 110 | 11001011 | 1010111 | 110011 |
Color Harmonies of #139CEF
Complementary color
Monochromatic Colors of #139CEF
Black with #139CEF
Text Example
Text Example
White with #139CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CEF; }
p { color: rgb(19,156,239); }
H1.HeaderClassName
{
color: #139CEF;
}
.AnyTagClassName
{
color: #139CEF;
}
</style>
background-color css
<style>
a { background-color: #139CEF; }
a { background-color: rgb(19,156,239); }
div.DivClassName
{
background-color: #139CEF;
}
.BgClassName
{
background-color: #139CEF;
}
</style>
border-color css
<style>
span { border-color: #139CEF; }
span { border-color: rgb(19,156,239); }
td.TdClassName
{
border-color: #139CEF;
}
.TagClassName
{
border-color: #139CEF;
}
</style>