Shades of Dodger Blue #139CFF
Tints of Dodger Blue #139CFF
RGB
CMYK
RGB Variations
Color information
#139CFF (or 0x139CFF) is known color: Dodger Blue. HEX triplet: 13, 9C and FF. RGB value is (19,156,255). Sum of RGB (Red+Green+Blue) = 19+156+255=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #139CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139CFF is #EC6300. Grayscale: #7D7D7D. Windows color (decimal): -15491841 or 16751635. OLE color: 16751635.
HSL color Cylindrical-coordinate representation of color #139CFF: hue angle of 205.17º 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 #139CFF is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 156 | 255 | - |
| CMYK | 0.93 | 0.39 | 0 | 0 |
| HSL | 205.17º | 1% | 0.54% | - |
| HSV(B) | 205.17º | 0.93% | 1% | - |
| XYZ | 30.21 | 31.14 | 99.03 | - |
| YUV | 126.32 | 200.61 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 255 | 0.93 | 0.39 | 0 | 0 | 205.17 | 1 | 0.54 |
| Hex | 13 | 9C | FF | 5D | 27 | 0 | 0 | CD | 64 | 36 |
| Octal | 23 | 234 | 377 | 135 | 47 | 0 | 0 | 315 | 144 | 66 |
| Binary | 10011 | 10011100 | 11111111 | 1011101 | 100111 | 0 | 0 | 11001101 | 1100100 | 110110 |
Color Harmonies of #139CFF
Complementary color
Monochromatic Colors of #139CFF
Black with #139CFF
Text Example
Text Example
White with #139CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CFF; }
p { color: rgb(19,156,255); }
H1.HeaderClassName
{
color: #139CFF;
}
.AnyTagClassName
{
color: #139CFF;
}
</style>
background-color css
<style>
a { background-color: #139CFF; }
a { background-color: rgb(19,156,255); }
div.DivClassName
{
background-color: #139CFF;
}
.BgClassName
{
background-color: #139CFF;
}
</style>
border-color css
<style>
span { border-color: #139CFF; }
span { border-color: rgb(19,156,255); }
td.TdClassName
{
border-color: #139CFF;
}
.TagClassName
{
border-color: #139CFF;
}
</style>