Shades of Dodger Blue #119FFF
Tints of Dodger Blue #119FFF
RGB
CMYK
RGB Variations
Color information
#119FFF (or 0x119FFF) is known color: Dodger Blue. HEX triplet: 11, 9F and FF. RGB value is (17,159,255). Sum of RGB (Red+Green+Blue) = 17+159+255=431 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #119FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119FFF is #EE6000. Grayscale: #7E7E7E. Windows color (decimal): -15622145 or 16752401. OLE color: 16752401.
HSL color Cylindrical-coordinate representation of color #119FFF: hue angle of 204.2º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119FFF is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 159 | 255 | - |
| CMYK | 0.93 | 0.38 | 0 | 0 |
| HSL | 204.2º | 1% | 0.53% | - |
| HSV(B) | 204.2º | 0.93% | 1% | - |
| XYZ | 30.68 | 32.14 | 99.19 | - |
| YUV | 127.49 | 199.96 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 255 | 0.93 | 0.38 | 0 | 0 | 204.2 | 1 | 0.53 |
| Hex | 11 | 9F | FF | 5D | 26 | 0 | 0 | CC | 64 | 35 |
| Octal | 21 | 237 | 377 | 135 | 46 | 0 | 0 | 314 | 144 | 65 |
| Binary | 10001 | 10011111 | 11111111 | 1011101 | 100110 | 0 | 0 | 11001100 | 1100100 | 110101 |
Color Harmonies of #119FFF
Complementary color
Monochromatic Colors of #119FFF
Black with #119FFF
Text Example
Text Example
White with #119FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FFF; }
p { color: rgb(17,159,255); }
H1.HeaderClassName
{
color: #119FFF;
}
.AnyTagClassName
{
color: #119FFF;
}
</style>
background-color css
<style>
a { background-color: #119FFF; }
a { background-color: rgb(17,159,255); }
div.DivClassName
{
background-color: #119FFF;
}
.BgClassName
{
background-color: #119FFF;
}
</style>
border-color css
<style>
span { border-color: #119FFF; }
span { border-color: rgb(17,159,255); }
td.TdClassName
{
border-color: #119FFF;
}
.TagClassName
{
border-color: #119FFF;
}
</style>