Shades of Dodger Blue #119DEC
Tints of Dodger Blue #119DEC
RGB
CMYK
RGB Variations
Color information
#119DEC (or 0x119DEC) is known color: Dodger Blue. HEX triplet: 11, 9D and EC. RGB value is (17,157,236). Sum of RGB (Red+Green+Blue) = 17+157+236=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #119DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119DEC is #EE6213. Grayscale: #7B7B7B. Windows color (decimal): -15622676 or 15506705. OLE color: 15506705.
HSL color Cylindrical-coordinate representation of color #119DEC: hue angle of 201.64º 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 #119DEC is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 157 | 236 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.07 |
| HSL | 201.64º | 0.87% | 0.5% | - |
| HSV(B) | 201.64º | 0.93% | 0.93% | - |
| XYZ | 27.43 | 30.29 | 83.76 | - |
| YUV | 124.15 | 191.12 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 236 | 0.93 | 0.33 | 0 | 0.07 | 201.64 | 0.87 | 0.5 |
| Hex | 11 | 9D | EC | 5D | 21 | 0 | 7 | CA | 57 | 32 |
| Octal | 21 | 235 | 354 | 135 | 41 | 0 | 7 | 312 | 127 | 62 |
| Binary | 10001 | 10011101 | 11101100 | 1011101 | 100001 | 0 | 111 | 11001010 | 1010111 | 110010 |
Color Harmonies of #119DEC
Complementary color
Monochromatic Colors of #119DEC
Black with #119DEC
Text Example
Text Example
White with #119DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DEC; }
p { color: rgb(17,157,236); }
H1.HeaderClassName
{
color: #119DEC;
}
.AnyTagClassName
{
color: #119DEC;
}
</style>
background-color css
<style>
a { background-color: #119DEC; }
a { background-color: rgb(17,157,236); }
div.DivClassName
{
background-color: #119DEC;
}
.BgClassName
{
background-color: #119DEC;
}
</style>
border-color css
<style>
span { border-color: #119DEC; }
span { border-color: rgb(17,157,236); }
td.TdClassName
{
border-color: #119DEC;
}
.TagClassName
{
border-color: #119DEC;
}
</style>