Shades of Dodger Blue #119FEE
Tints of Dodger Blue #119FEE
RGB
CMYK
RGB Variations
Color information
#119FEE (or 0x119FEE) is known color: Dodger Blue. HEX triplet: 11, 9F and EE. RGB value is (17,159,238). Sum of RGB (Red+Green+Blue) = 17+159+238=414 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.11% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #119FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FEE is #EE6011. Grayscale: #7D7D7D. Windows color (decimal): -15622162 or 15638289. OLE color: 15638289.
HSL color Cylindrical-coordinate representation of color #119FEE: hue angle of 201.45º 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 #119FEE is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 159 | 238 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.07 |
| HSL | 201.45º | 0.87% | 0.5% | - |
| HSV(B) | 201.45º | 0.93% | 0.93% | - |
| XYZ | 28.06 | 31.09 | 85.41 | - |
| YUV | 125.55 | 191.46 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 238 | 0.93 | 0.33 | 0 | 0.07 | 201.45 | 0.87 | 0.5 |
| Hex | 11 | 9F | EE | 5D | 21 | 0 | 7 | C9 | 57 | 32 |
| Octal | 21 | 237 | 356 | 135 | 41 | 0 | 7 | 311 | 127 | 62 |
| Binary | 10001 | 10011111 | 11101110 | 1011101 | 100001 | 0 | 111 | 11001001 | 1010111 | 110010 |
Color Harmonies of #119FEE
Complementary color
Monochromatic Colors of #119FEE
Black with #119FEE
Text Example
Text Example
White with #119FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FEE; }
p { color: rgb(17,159,238); }
H1.HeaderClassName
{
color: #119FEE;
}
.AnyTagClassName
{
color: #119FEE;
}
</style>
background-color css
<style>
a { background-color: #119FEE; }
a { background-color: rgb(17,159,238); }
div.DivClassName
{
background-color: #119FEE;
}
.BgClassName
{
background-color: #119FEE;
}
</style>
border-color css
<style>
span { border-color: #119FEE; }
span { border-color: rgb(17,159,238); }
td.TdClassName
{
border-color: #119FEE;
}
.TagClassName
{
border-color: #119FEE;
}
</style>