Shades of Dodger Blue #1188E5
Tints of Dodger Blue #1188E5
RGB
CMYK
RGB Variations
Color information
#1188E5 (or 0x1188E5) is known color: Dodger Blue. HEX triplet: 11, 88 and E5. RGB value is (17,136,229). Sum of RGB (Red+Green+Blue) = 17+136+229=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 229 (89.84% from 255 or 59.95% from 382); Max value from RGB is 229 - color contains mainly: blue. Hex color #1188E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1188E5 is #EE771A. Grayscale: #6E6E6E. Windows color (decimal): -15628059 or 15042577. OLE color: 15042577.
HSL color Cylindrical-coordinate representation of color #1188E5: hue angle of 206.32º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1188E5 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 136 | 229 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.10 |
| HSL | 206.32º | 0.86% | 0.48% | - |
| HSV(B) | 206.32º | 0.93% | 0.9% | - |
| XYZ | 23.18 | 23.38 | 77.42 | - |
| YUV | 111.02 | 194.58 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 229 | 0.93 | 0.41 | 0 | 0.10 | 206.32 | 0.86 | 0.48 |
| Hex | 11 | 88 | E5 | 5D | 29 | 0 | A | CE | 56 | 30 |
| Octal | 21 | 210 | 345 | 135 | 51 | 0 | 12 | 316 | 126 | 60 |
| Binary | 10001 | 10001000 | 11100101 | 1011101 | 101001 | 0 | 1010 | 11001110 | 1010110 | 110000 |
Color Harmonies of #1188E5
Complementary color
Monochromatic Colors of #1188E5
Black with #1188E5
Text Example
Text Example
White with #1188E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1188E5; }
p { color: rgb(17,136,229); }
H1.HeaderClassName
{
color: #1188E5;
}
.AnyTagClassName
{
color: #1188E5;
}
</style>
background-color css
<style>
a { background-color: #1188E5; }
a { background-color: rgb(17,136,229); }
div.DivClassName
{
background-color: #1188E5;
}
.BgClassName
{
background-color: #1188E5;
}
</style>
border-color css
<style>
span { border-color: #1188E5; }
span { border-color: rgb(17,136,229); }
td.TdClassName
{
border-color: #1188E5;
}
.TagClassName
{
border-color: #1188E5;
}
</style>