Shades of Dodger Blue #118DFE
Tints of Dodger Blue #118DFE
RGB
CMYK
RGB Variations
Color information
#118DFE (or 0x118DFE) is known color: Dodger Blue. HEX triplet: 11, 8D and FE. RGB value is (17,141,254). Sum of RGB (Red+Green+Blue) = 17+141+254=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #118DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DFE is #EE7201. Grayscale: #747474. Windows color (decimal): -15626754 or 16682257. OLE color: 16682257.
HSL color Cylindrical-coordinate representation of color #118DFE: hue angle of 208.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118DFE is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 141 | 254 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.00 |
| HSL | 208.61º | 0.99% | 0.53% | - |
| HSV(B) | 208.61º | 0.93% | 1% | - |
| XYZ | 27.65 | 26.32 | 97.39 | - |
| YUV | 116.81 | 205.42 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 254 | 0.93 | 0.44 | 0 | 0.00 | 208.61 | 0.99 | 0.53 |
| Hex | 11 | 8D | FE | 5D | 2C | 0 | 0 | D1 | 63 | 35 |
| Octal | 21 | 215 | 376 | 135 | 54 | 0 | 0 | 321 | 143 | 65 |
| Binary | 10001 | 10001101 | 11111110 | 1011101 | 101100 | 0 | 0 | 11010001 | 1100011 | 110101 |
Color Harmonies of #118DFE
Complementary color
Monochromatic Colors of #118DFE
Black with #118DFE
Text Example
Text Example
White with #118DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DFE; }
p { color: rgb(17,141,254); }
H1.HeaderClassName
{
color: #118DFE;
}
.AnyTagClassName
{
color: #118DFE;
}
</style>
background-color css
<style>
a { background-color: #118DFE; }
a { background-color: rgb(17,141,254); }
div.DivClassName
{
background-color: #118DFE;
}
.BgClassName
{
background-color: #118DFE;
}
</style>
border-color css
<style>
span { border-color: #118DFE; }
span { border-color: rgb(17,141,254); }
td.TdClassName
{
border-color: #118DFE;
}
.TagClassName
{
border-color: #118DFE;
}
</style>