Shades of Dodger Blue #119DED
Tints of Dodger Blue #119DED
RGB
CMYK
RGB Variations
Color information
#119DED (or 0x119DED) is known color: Dodger Blue. HEX triplet: 11, 9D and ED. RGB value is (17,157,237). Sum of RGB (Red+Green+Blue) = 17+157+237=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #119DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119DED is #EE6212. Grayscale: #7B7B7B. Windows color (decimal): -15622675 or 15572241. OLE color: 15572241.
HSL color Cylindrical-coordinate representation of color #119DED: hue angle of 201.82º 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 #119DED is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 157 | 237 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.07 |
| HSL | 201.82º | 0.87% | 0.5% | - |
| HSV(B) | 201.82º | 0.93% | 0.93% | - |
| XYZ | 27.57 | 30.35 | 84.53 | - |
| YUV | 124.26 | 191.62 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 237 | 0.93 | 0.34 | 0 | 0.07 | 201.82 | 0.87 | 0.5 |
| Hex | 11 | 9D | ED | 5D | 22 | 0 | 7 | CA | 57 | 32 |
| Octal | 21 | 235 | 355 | 135 | 42 | 0 | 7 | 312 | 127 | 62 |
| Binary | 10001 | 10011101 | 11101101 | 1011101 | 100010 | 0 | 111 | 11001010 | 1010111 | 110010 |
Color Harmonies of #119DED
Complementary color
Monochromatic Colors of #119DED
Black with #119DED
Text Example
Text Example
White with #119DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DED; }
p { color: rgb(17,157,237); }
H1.HeaderClassName
{
color: #119DED;
}
.AnyTagClassName
{
color: #119DED;
}
</style>
background-color css
<style>
a { background-color: #119DED; }
a { background-color: rgb(17,157,237); }
div.DivClassName
{
background-color: #119DED;
}
.BgClassName
{
background-color: #119DED;
}
</style>
border-color css
<style>
span { border-color: #119DED; }
span { border-color: rgb(17,157,237); }
td.TdClassName
{
border-color: #119DED;
}
.TagClassName
{
border-color: #119DED;
}
</style>