Shades of Dodger Blue #118DF5
Tints of Dodger Blue #118DF5
RGB
CMYK
RGB Variations
Color information
#118DF5 (or 0x118DF5) is known color: Dodger Blue. HEX triplet: 11, 8D and F5. RGB value is (17,141,245). Sum of RGB (Red+Green+Blue) = 17+141+245=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 245 (96.09% from 255 or 60.79% from 403); Max value from RGB is 245 - color contains mainly: blue. Hex color #118DF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DF5 is #EE720A. Grayscale: #737373. Windows color (decimal): -15626763 or 16092433. OLE color: 16092433.
HSL color Cylindrical-coordinate representation of color #118DF5: hue angle of 207.37º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118DF5 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 141 | 245 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.04 |
| HSL | 207.37º | 0.92% | 0.51% | - |
| HSV(B) | 207.37º | 0.93% | 0.96% | - |
| XYZ | 26.24 | 25.76 | 89.98 | - |
| YUV | 115.78 | 200.92 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 245 | 0.93 | 0.42 | 0 | 0.04 | 207.37 | 0.92 | 0.51 |
| Hex | 11 | 8D | F5 | 5D | 2A | 0 | 4 | CF | 5C | 33 |
| Octal | 21 | 215 | 365 | 135 | 52 | 0 | 4 | 317 | 134 | 63 |
| Binary | 10001 | 10001101 | 11110101 | 1011101 | 101010 | 0 | 100 | 11001111 | 1011100 | 110011 |
Color Harmonies of #118DF5
Complementary color
Monochromatic Colors of #118DF5
Black with #118DF5
Text Example
Text Example
White with #118DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DF5; }
p { color: rgb(17,141,245); }
H1.HeaderClassName
{
color: #118DF5;
}
.AnyTagClassName
{
color: #118DF5;
}
</style>
background-color css
<style>
a { background-color: #118DF5; }
a { background-color: rgb(17,141,245); }
div.DivClassName
{
background-color: #118DF5;
}
.BgClassName
{
background-color: #118DF5;
}
</style>
border-color css
<style>
span { border-color: #118DF5; }
span { border-color: rgb(17,141,245); }
td.TdClassName
{
border-color: #118DF5;
}
.TagClassName
{
border-color: #118DF5;
}
</style>