Shades of Dodger Blue #119CEC
Tints of Dodger Blue #119CEC
RGB
CMYK
RGB Variations
Color information
#119CEC (or 0x119CEC) is known color: Dodger Blue. HEX triplet: 11, 9C and EC. RGB value is (17,156,236). Sum of RGB (Red+Green+Blue) = 17+156+236=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #119CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CEC is #EE6313. Grayscale: #7B7B7B. Windows color (decimal): -15622932 or 15506449. OLE color: 15506449.
HSL color Cylindrical-coordinate representation of color #119CEC: hue angle of 201.92º 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 #119CEC is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 156 | 236 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.07 |
| HSL | 201.92º | 0.87% | 0.5% | - |
| HSV(B) | 201.92º | 0.93% | 0.93% | - |
| XYZ | 27.26 | 29.95 | 83.7 | - |
| YUV | 123.56 | 191.45 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 236 | 0.93 | 0.34 | 0 | 0.07 | 201.92 | 0.87 | 0.5 |
| Hex | 11 | 9C | EC | 5D | 22 | 0 | 7 | CA | 57 | 32 |
| Octal | 21 | 234 | 354 | 135 | 42 | 0 | 7 | 312 | 127 | 62 |
| Binary | 10001 | 10011100 | 11101100 | 1011101 | 100010 | 0 | 111 | 11001010 | 1010111 | 110010 |
Color Harmonies of #119CEC
Complementary color
Monochromatic Colors of #119CEC
Black with #119CEC
Text Example
Text Example
White with #119CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CEC; }
p { color: rgb(17,156,236); }
H1.HeaderClassName
{
color: #119CEC;
}
.AnyTagClassName
{
color: #119CEC;
}
</style>
background-color css
<style>
a { background-color: #119CEC; }
a { background-color: rgb(17,156,236); }
div.DivClassName
{
background-color: #119CEC;
}
.BgClassName
{
background-color: #119CEC;
}
</style>
border-color css
<style>
span { border-color: #119CEC; }
span { border-color: rgb(17,156,236); }
td.TdClassName
{
border-color: #119CEC;
}
.TagClassName
{
border-color: #119CEC;
}
</style>