Shades of Dodger Blue #1186F0
Tints of Dodger Blue #1186F0
RGB
CMYK
RGB Variations
Color information
#1186F0 (or 0x1186F0) is known color: Dodger Blue. HEX triplet: 11, 86 and F0. RGB value is (17,134,240). Sum of RGB (Red+Green+Blue) = 17+134+240=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 240 (94.14% from 255 or 61.38% from 391); Max value from RGB is 240 - color contains mainly: blue. Hex color #1186F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1186F0 is #EE790F. Grayscale: #6E6E6E. Windows color (decimal): -15628560 or 15762961. OLE color: 15762961.
HSL color Cylindrical-coordinate representation of color #1186F0: hue angle of 208.52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1186F0 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 134 | 240 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.06 |
| HSL | 208.52º | 0.88% | 0.5% | - |
| HSV(B) | 208.52º | 0.93% | 0.94% | - |
| XYZ | 24.48 | 23.46 | 85.68 | - |
| YUV | 111.1 | 200.74 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 240 | 0.93 | 0.44 | 0 | 0.06 | 208.52 | 0.88 | 0.5 |
| Hex | 11 | 86 | F0 | 5D | 2C | 0 | 6 | D1 | 58 | 32 |
| Octal | 21 | 206 | 360 | 135 | 54 | 0 | 6 | 321 | 130 | 62 |
| Binary | 10001 | 10000110 | 11110000 | 1011101 | 101100 | 0 | 110 | 11010001 | 1011000 | 110010 |
Color Harmonies of #1186F0
Complementary color
Monochromatic Colors of #1186F0
Black with #1186F0
Text Example
Text Example
White with #1186F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1186F0; }
p { color: rgb(17,134,240); }
H1.HeaderClassName
{
color: #1186F0;
}
.AnyTagClassName
{
color: #1186F0;
}
</style>
background-color css
<style>
a { background-color: #1186F0; }
a { background-color: rgb(17,134,240); }
div.DivClassName
{
background-color: #1186F0;
}
.BgClassName
{
background-color: #1186F0;
}
</style>
border-color css
<style>
span { border-color: #1186F0; }
span { border-color: rgb(17,134,240); }
td.TdClassName
{
border-color: #1186F0;
}
.TagClassName
{
border-color: #1186F0;
}
</style>