Shades of Dodger Blue #1784DD
Tints of Dodger Blue #1784DD
RGB
CMYK
RGB Variations
Color information
#1784DD (or 0x1784DD) is known color: Dodger Blue. HEX triplet: 17, 84 and DD. RGB value is (23,132,221). Sum of RGB (Red+Green+Blue) = 23+132+221=376 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.12% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #1784DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1784DD is #E87B22. Grayscale: #6D6D6D. Windows color (decimal): -15235875 or 14517271. OLE color: 14517271.
HSL color Cylindrical-coordinate representation of color #1784DD: hue angle of 206.97º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1784DD is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 132 | 221 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.13 |
| HSL | 206.97º | 0.81% | 0.48% | - |
| HSV(B) | 206.97º | 0.9% | 0.87% | - |
| XYZ | 21.66 | 21.91 | 71.49 | - |
| YUV | 109.56 | 190.89 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 132 | 221 | 0.90 | 0.40 | 0 | 0.13 | 206.97 | 0.81 | 0.48 |
| Hex | 17 | 84 | DD | 5A | 28 | 0 | D | CF | 51 | 30 |
| Octal | 27 | 204 | 335 | 132 | 50 | 0 | 15 | 317 | 121 | 60 |
| Binary | 10111 | 10000100 | 11011101 | 1011010 | 101000 | 0 | 1101 | 11001111 | 1010001 | 110000 |
Color Harmonies of #1784DD
Complementary color
Monochromatic Colors of #1784DD
Black with #1784DD
Text Example
Text Example
White with #1784DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1784DD; }
p { color: rgb(23,132,221); }
H1.HeaderClassName
{
color: #1784DD;
}
.AnyTagClassName
{
color: #1784DD;
}
</style>
background-color css
<style>
a { background-color: #1784DD; }
a { background-color: rgb(23,132,221); }
div.DivClassName
{
background-color: #1784DD;
}
.BgClassName
{
background-color: #1784DD;
}
</style>
border-color css
<style>
span { border-color: #1784DD; }
span { border-color: rgb(23,132,221); }
td.TdClassName
{
border-color: #1784DD;
}
.TagClassName
{
border-color: #1784DD;
}
</style>