Shades of Dodger Blue #1186FB
Tints of Dodger Blue #1186FB
RGB
CMYK
RGB Variations
Color information
#1186FB (or 0x1186FB) is known color: Dodger Blue. HEX triplet: 11, 86 and FB. RGB value is (17,134,251). Sum of RGB (Red+Green+Blue) = 17+134+251=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #1186FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1186FB is #EE7904. Grayscale: #6F6F6F. Windows color (decimal): -15628549 or 16483857. OLE color: 16483857.
HSL color Cylindrical-coordinate representation of color #1186FB: hue angle of 210º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1186FB is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 134 | 251 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.02 |
| HSL | 210º | 0.97% | 0.53% | - |
| HSV(B) | 210º | 0.93% | 0.98% | - |
| XYZ | 26.17 | 24.13 | 94.55 | - |
| YUV | 112.36 | 206.24 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 251 | 0.93 | 0.47 | 0 | 0.02 | 210 | 0.97 | 0.53 |
| Hex | 11 | 86 | FB | 5D | 2F | 0 | 2 | D2 | 61 | 35 |
| Octal | 21 | 206 | 373 | 135 | 57 | 0 | 2 | 322 | 141 | 65 |
| Binary | 10001 | 10000110 | 11111011 | 1011101 | 101111 | 0 | 10 | 11010010 | 1100001 | 110101 |
Color Harmonies of #1186FB
Complementary color
Monochromatic Colors of #1186FB
Black with #1186FB
Text Example
Text Example
White with #1186FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1186FB; }
p { color: rgb(17,134,251); }
H1.HeaderClassName
{
color: #1186FB;
}
.AnyTagClassName
{
color: #1186FB;
}
</style>
background-color css
<style>
a { background-color: #1186FB; }
a { background-color: rgb(17,134,251); }
div.DivClassName
{
background-color: #1186FB;
}
.BgClassName
{
background-color: #1186FB;
}
</style>
border-color css
<style>
span { border-color: #1186FB; }
span { border-color: rgb(17,134,251); }
td.TdClassName
{
border-color: #1186FB;
}
.TagClassName
{
border-color: #1186FB;
}
</style>