Shades of Dodger Blue #119FEC
Tints of Dodger Blue #119FEC
RGB
CMYK
RGB Variations
Color information
#119FEC (or 0x119FEC) is known color: Dodger Blue. HEX triplet: 11, 9F and EC. RGB value is (17,159,236). Sum of RGB (Red+Green+Blue) = 17+159+236=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #119FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FEC is #EE6013. Grayscale: #7C7C7C. Windows color (decimal): -15622164 or 15507217. OLE color: 15507217.
HSL color Cylindrical-coordinate representation of color #119FEC: hue angle of 201.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119FEC is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 159 | 236 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.07 |
| HSL | 201.1º | 0.87% | 0.5% | - |
| HSV(B) | 201.1º | 0.93% | 0.93% | - |
| XYZ | 27.77 | 30.97 | 83.87 | - |
| YUV | 125.32 | 190.46 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 236 | 0.93 | 0.33 | 0 | 0.07 | 201.1 | 0.87 | 0.5 |
| Hex | 11 | 9F | EC | 5D | 21 | 0 | 7 | C9 | 57 | 32 |
| Octal | 21 | 237 | 354 | 135 | 41 | 0 | 7 | 311 | 127 | 62 |
| Binary | 10001 | 10011111 | 11101100 | 1011101 | 100001 | 0 | 111 | 11001001 | 1010111 | 110010 |
Color Harmonies of #119FEC
Complementary color
Monochromatic Colors of #119FEC
Black with #119FEC
Text Example
Text Example
White with #119FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FEC; }
p { color: rgb(17,159,236); }
H1.HeaderClassName
{
color: #119FEC;
}
.AnyTagClassName
{
color: #119FEC;
}
</style>
background-color css
<style>
a { background-color: #119FEC; }
a { background-color: rgb(17,159,236); }
div.DivClassName
{
background-color: #119FEC;
}
.BgClassName
{
background-color: #119FEC;
}
</style>
border-color css
<style>
span { border-color: #119FEC; }
span { border-color: rgb(17,159,236); }
td.TdClassName
{
border-color: #119FEC;
}
.TagClassName
{
border-color: #119FEC;
}
</style>