Shades of Dodger Blue #119FEF
Tints of Dodger Blue #119FEF
RGB
CMYK
RGB Variations
Color information
#119FEF (or 0x119FEF) is known color: Dodger Blue. HEX triplet: 11, 9F and EF. RGB value is (17,159,239). Sum of RGB (Red+Green+Blue) = 17+159+239=415 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.10% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #119FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FEF is #EE6010. Grayscale: #7D7D7D. Windows color (decimal): -15622161 or 15703825. OLE color: 15703825.
HSL color Cylindrical-coordinate representation of color #119FEF: hue angle of 201.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119FEF is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 159 | 239 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.06 |
| HSL | 201.62º | 0.87% | 0.5% | - |
| HSV(B) | 201.62º | 0.93% | 0.94% | - |
| XYZ | 28.21 | 31.15 | 86.19 | - |
| YUV | 125.66 | 191.96 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 239 | 0.93 | 0.33 | 0 | 0.06 | 201.62 | 0.87 | 0.5 |
| Hex | 11 | 9F | EF | 5D | 21 | 0 | 6 | CA | 57 | 32 |
| Octal | 21 | 237 | 357 | 135 | 41 | 0 | 6 | 312 | 127 | 62 |
| Binary | 10001 | 10011111 | 11101111 | 1011101 | 100001 | 0 | 110 | 11001010 | 1010111 | 110010 |
Color Harmonies of #119FEF
Complementary color
Monochromatic Colors of #119FEF
Black with #119FEF
Text Example
Text Example
White with #119FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FEF; }
p { color: rgb(17,159,239); }
H1.HeaderClassName
{
color: #119FEF;
}
.AnyTagClassName
{
color: #119FEF;
}
</style>
background-color css
<style>
a { background-color: #119FEF; }
a { background-color: rgb(17,159,239); }
div.DivClassName
{
background-color: #119FEF;
}
.BgClassName
{
background-color: #119FEF;
}
</style>
border-color css
<style>
span { border-color: #119FEF; }
span { border-color: rgb(17,159,239); }
td.TdClassName
{
border-color: #119FEF;
}
.TagClassName
{
border-color: #119FEF;
}
</style>