Shades of Dodger Blue #1188FF
Tints of Dodger Blue #1188FF
RGB
CMYK
RGB Variations
Color information
#1188FF (or 0x1188FF) is known color: Dodger Blue. HEX triplet: 11, 88 and FF. RGB value is (17,136,255). Sum of RGB (Red+Green+Blue) = 17+136+255=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #1188FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1188FF is #EE7700. Grayscale: #717171. Windows color (decimal): -15628033 or 16746513. OLE color: 16746513.
HSL color Cylindrical-coordinate representation of color #1188FF: hue angle of 210º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1188FF is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 136 | 255 | - |
| CMYK | 0.93 | 0.47 | 0 | 0 |
| HSL | 210º | 1% | 0.53% | - |
| HSV(B) | 210º | 0.93% | 1% | - |
| XYZ | 27.09 | 24.95 | 98 | - |
| YUV | 113.99 | 207.58 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 255 | 0.93 | 0.47 | 0 | 0 | 210 | 1 | 0.53 |
| Hex | 11 | 88 | FF | 5D | 2F | 0 | 0 | D2 | 64 | 35 |
| Octal | 21 | 210 | 377 | 135 | 57 | 0 | 0 | 322 | 144 | 65 |
| Binary | 10001 | 10001000 | 11111111 | 1011101 | 101111 | 0 | 0 | 11010010 | 1100100 | 110101 |
Color Harmonies of #1188FF
Complementary color
Monochromatic Colors of #1188FF
Black with #1188FF
Text Example
Text Example
White with #1188FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1188FF; }
p { color: rgb(17,136,255); }
H1.HeaderClassName
{
color: #1188FF;
}
.AnyTagClassName
{
color: #1188FF;
}
</style>
background-color css
<style>
a { background-color: #1188FF; }
a { background-color: rgb(17,136,255); }
div.DivClassName
{
background-color: #1188FF;
}
.BgClassName
{
background-color: #1188FF;
}
</style>
border-color css
<style>
span { border-color: #1188FF; }
span { border-color: rgb(17,136,255); }
td.TdClassName
{
border-color: #1188FF;
}
.TagClassName
{
border-color: #1188FF;
}
</style>