Shades of Dodger Blue #118FFD
Tints of Dodger Blue #118FFD
RGB
CMYK
RGB Variations
Color information
#118FFD (or 0x118FFD) is known color: Dodger Blue. HEX triplet: 11, 8F and FD. RGB value is (17,143,253). Sum of RGB (Red+Green+Blue) = 17+143+253=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #118FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FFD is #EE7002. Grayscale: #757575. Windows color (decimal): -15626243 or 16617233. OLE color: 16617233.
HSL color Cylindrical-coordinate representation of color #118FFD: hue angle of 207.97º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118FFD is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 143 | 253 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.01 |
| HSL | 207.97º | 0.98% | 0.53% | - |
| HSV(B) | 207.97º | 0.93% | 0.99% | - |
| XYZ | 27.78 | 26.86 | 96.65 | - |
| YUV | 117.87 | 204.26 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 253 | 0.93 | 0.43 | 0 | 0.01 | 207.97 | 0.98 | 0.53 |
| Hex | 11 | 8F | FD | 5D | 2B | 0 | 1 | D0 | 62 | 35 |
| Octal | 21 | 217 | 375 | 135 | 53 | 0 | 1 | 320 | 142 | 65 |
| Binary | 10001 | 10001111 | 11111101 | 1011101 | 101011 | 0 | 1 | 11010000 | 1100010 | 110101 |
Color Harmonies of #118FFD
Complementary color
Monochromatic Colors of #118FFD
Black with #118FFD
Text Example
Text Example
White with #118FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FFD; }
p { color: rgb(17,143,253); }
H1.HeaderClassName
{
color: #118FFD;
}
.AnyTagClassName
{
color: #118FFD;
}
</style>
background-color css
<style>
a { background-color: #118FFD; }
a { background-color: rgb(17,143,253); }
div.DivClassName
{
background-color: #118FFD;
}
.BgClassName
{
background-color: #118FFD;
}
</style>
border-color css
<style>
span { border-color: #118FFD; }
span { border-color: rgb(17,143,253); }
td.TdClassName
{
border-color: #118FFD;
}
.TagClassName
{
border-color: #118FFD;
}
</style>