Shades of Dodger Blue #118DF6
Tints of Dodger Blue #118DF6
RGB
CMYK
RGB Variations
Color information
#118DF6 (or 0x118DF6) is known color: Dodger Blue. HEX triplet: 11, 8D and F6. RGB value is (17,141,246). Sum of RGB (Red+Green+Blue) = 17+141+246=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 246 (96.48% from 255 or 60.89% from 404); Max value from RGB is 246 - color contains mainly: blue. Hex color #118DF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DF6 is #EE7209. Grayscale: #737373. Windows color (decimal): -15626762 or 16157969. OLE color: 16157969.
HSL color Cylindrical-coordinate representation of color #118DF6: hue angle of 207.51º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118DF6 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 141 | 246 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.04 |
| HSL | 207.51º | 0.93% | 0.52% | - |
| HSV(B) | 207.51º | 0.93% | 0.96% | - |
| XYZ | 26.39 | 25.82 | 90.78 | - |
| YUV | 115.89 | 201.42 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 246 | 0.93 | 0.43 | 0 | 0.04 | 207.51 | 0.93 | 0.52 |
| Hex | 11 | 8D | F6 | 5D | 2B | 0 | 4 | D0 | 5D | 34 |
| Octal | 21 | 215 | 366 | 135 | 53 | 0 | 4 | 320 | 135 | 64 |
| Binary | 10001 | 10001101 | 11110110 | 1011101 | 101011 | 0 | 100 | 11010000 | 1011101 | 110100 |
Color Harmonies of #118DF6
Complementary color
Monochromatic Colors of #118DF6
Black with #118DF6
Text Example
Text Example
White with #118DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DF6; }
p { color: rgb(17,141,246); }
H1.HeaderClassName
{
color: #118DF6;
}
.AnyTagClassName
{
color: #118DF6;
}
</style>
background-color css
<style>
a { background-color: #118DF6; }
a { background-color: rgb(17,141,246); }
div.DivClassName
{
background-color: #118DF6;
}
.BgClassName
{
background-color: #118DF6;
}
</style>
border-color css
<style>
span { border-color: #118DF6; }
span { border-color: rgb(17,141,246); }
td.TdClassName
{
border-color: #118DF6;
}
.TagClassName
{
border-color: #118DF6;
}
</style>