Shades of Dodger Blue #139FED
Tints of Dodger Blue #139FED
RGB
CMYK
RGB Variations
Color information
#139FED (or 0x139FED) is known color: Dodger Blue. HEX triplet: 13, 9F and ED. RGB value is (19,159,237). Sum of RGB (Red+Green+Blue) = 19+159+237=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #139FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #139FED is #EC6012. Grayscale: #7D7D7D. Windows color (decimal): -15491091 or 15572755. OLE color: 15572755.
HSL color Cylindrical-coordinate representation of color #139FED: hue angle of 201.47º degrees, saturation: 0.86, 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 #139FED is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 159 | 237 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.07 |
| HSL | 201.47º | 0.86% | 0.5% | - |
| HSV(B) | 201.47º | 0.92% | 0.93% | - |
| XYZ | 27.95 | 31.05 | 84.64 | - |
| YUV | 126.03 | 190.62 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 237 | 0.92 | 0.33 | 0 | 0.07 | 201.47 | 0.86 | 0.5 |
| Hex | 13 | 9F | ED | 5C | 21 | 0 | 7 | C9 | 56 | 32 |
| Octal | 23 | 237 | 355 | 134 | 41 | 0 | 7 | 311 | 126 | 62 |
| Binary | 10011 | 10011111 | 11101101 | 1011100 | 100001 | 0 | 111 | 11001001 | 1010110 | 110010 |
Color Harmonies of #139FED
Complementary color
Monochromatic Colors of #139FED
Black with #139FED
Text Example
Text Example
White with #139FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FED; }
p { color: rgb(19,159,237); }
H1.HeaderClassName
{
color: #139FED;
}
.AnyTagClassName
{
color: #139FED;
}
</style>
background-color css
<style>
a { background-color: #139FED; }
a { background-color: rgb(19,159,237); }
div.DivClassName
{
background-color: #139FED;
}
.BgClassName
{
background-color: #139FED;
}
</style>
border-color css
<style>
span { border-color: #139FED; }
span { border-color: rgb(19,159,237); }
td.TdClassName
{
border-color: #139FED;
}
.TagClassName
{
border-color: #139FED;
}
</style>