Shades of Dodger Blue #118FF6
Tints of Dodger Blue #118FF6
RGB
CMYK
RGB Variations
Color information
#118FF6 (or 0x118FF6) is known color: Dodger Blue. HEX triplet: 11, 8F and F6. RGB value is (17,143,246). Sum of RGB (Red+Green+Blue) = 17+143+246=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #118FF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FF6 is #EE7009. Grayscale: #747474. Windows color (decimal): -15626250 or 16158481. OLE color: 16158481.
HSL color Cylindrical-coordinate representation of color #118FF6: hue angle of 206.99º 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 #118FF6 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 143 | 246 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.04 |
| HSL | 206.99º | 0.93% | 0.52% | - |
| HSV(B) | 206.99º | 0.93% | 0.96% | - |
| XYZ | 26.69 | 26.42 | 90.88 | - |
| YUV | 117.07 | 200.76 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 246 | 0.93 | 0.42 | 0 | 0.04 | 206.99 | 0.93 | 0.52 |
| Hex | 11 | 8F | F6 | 5D | 2A | 0 | 4 | CF | 5D | 34 |
| Octal | 21 | 217 | 366 | 135 | 52 | 0 | 4 | 317 | 135 | 64 |
| Binary | 10001 | 10001111 | 11110110 | 1011101 | 101010 | 0 | 100 | 11001111 | 1011101 | 110100 |
Color Harmonies of #118FF6
Complementary color
Monochromatic Colors of #118FF6
Black with #118FF6
Text Example
Text Example
White with #118FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FF6; }
p { color: rgb(17,143,246); }
H1.HeaderClassName
{
color: #118FF6;
}
.AnyTagClassName
{
color: #118FF6;
}
</style>
background-color css
<style>
a { background-color: #118FF6; }
a { background-color: rgb(17,143,246); }
div.DivClassName
{
background-color: #118FF6;
}
.BgClassName
{
background-color: #118FF6;
}
</style>
border-color css
<style>
span { border-color: #118FF6; }
span { border-color: rgb(17,143,246); }
td.TdClassName
{
border-color: #118FF6;
}
.TagClassName
{
border-color: #118FF6;
}
</style>