Shades of Dodger Blue #1184DD
Tints of Dodger Blue #1184DD
RGB
CMYK
RGB Variations
Color information
#1184DD (or 0x1184DD) is known color: Dodger Blue. HEX triplet: 11, 84 and DD. RGB value is (17,132,221). Sum of RGB (Red+Green+Blue) = 17+132+221=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #1184DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1184DD is #EE7B22. Grayscale: #6B6B6B. Windows color (decimal): -15629091 or 14517265. OLE color: 14517265.
HSL color Cylindrical-coordinate representation of color #1184DD: hue angle of 206.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1184DD is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 132 | 221 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.13 |
| HSL | 206.18º | 0.86% | 0.47% | - |
| HSV(B) | 206.18º | 0.92% | 0.87% | - |
| XYZ | 21.53 | 21.84 | 71.49 | - |
| YUV | 107.76 | 191.9 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 221 | 0.92 | 0.40 | 0 | 0.13 | 206.18 | 0.86 | 0.47 |
| Hex | 11 | 84 | DD | 5C | 28 | 0 | D | CE | 56 | 2F |
| Octal | 21 | 204 | 335 | 134 | 50 | 0 | 15 | 316 | 126 | 57 |
| Binary | 10001 | 10000100 | 11011101 | 1011100 | 101000 | 0 | 1101 | 11001110 | 1010110 | 101111 |
Color Harmonies of #1184DD
Complementary color
Monochromatic Colors of #1184DD
Black with #1184DD
Text Example
Text Example
White with #1184DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1184DD; }
p { color: rgb(17,132,221); }
H1.HeaderClassName
{
color: #1184DD;
}
.AnyTagClassName
{
color: #1184DD;
}
</style>
background-color css
<style>
a { background-color: #1184DD; }
a { background-color: rgb(17,132,221); }
div.DivClassName
{
background-color: #1184DD;
}
.BgClassName
{
background-color: #1184DD;
}
</style>
border-color css
<style>
span { border-color: #1184DD; }
span { border-color: rgb(17,132,221); }
td.TdClassName
{
border-color: #1184DD;
}
.TagClassName
{
border-color: #1184DD;
}
</style>