Shades of Dodger Blue #1784DC
Tints of Dodger Blue #1784DC
RGB
CMYK
RGB Variations
Color information
#1784DC (or 0x1784DC) is known color: Dodger Blue. HEX triplet: 17, 84 and DC. RGB value is (23,132,220). Sum of RGB (Red+Green+Blue) = 23+132+220=375 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.13% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #1784DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1784DC is #E87B23. Grayscale: #6C6C6C. Windows color (decimal): -15235876 or 14451735. OLE color: 14451735.
HSL color Cylindrical-coordinate representation of color #1784DC: hue angle of 206.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1784DC is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 132 | 220 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.14 |
| HSL | 206.8º | 0.81% | 0.48% | - |
| HSV(B) | 206.8º | 0.9% | 0.86% | - |
| XYZ | 21.52 | 21.85 | 70.79 | - |
| YUV | 109.44 | 190.39 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 132 | 220 | 0.90 | 0.40 | 0 | 0.14 | 206.8 | 0.81 | 0.48 |
| Hex | 17 | 84 | DC | 5A | 28 | 0 | E | CF | 51 | 30 |
| Octal | 27 | 204 | 334 | 132 | 50 | 0 | 16 | 317 | 121 | 60 |
| Binary | 10111 | 10000100 | 11011100 | 1011010 | 101000 | 0 | 1110 | 11001111 | 1010001 | 110000 |
Color Harmonies of #1784DC
Complementary color
Monochromatic Colors of #1784DC
Black with #1784DC
Text Example
Text Example
White with #1784DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1784DC; }
p { color: rgb(23,132,220); }
H1.HeaderClassName
{
color: #1784DC;
}
.AnyTagClassName
{
color: #1784DC;
}
</style>
background-color css
<style>
a { background-color: #1784DC; }
a { background-color: rgb(23,132,220); }
div.DivClassName
{
background-color: #1784DC;
}
.BgClassName
{
background-color: #1784DC;
}
</style>
border-color css
<style>
span { border-color: #1784DC; }
span { border-color: rgb(23,132,220); }
td.TdClassName
{
border-color: #1784DC;
}
.TagClassName
{
border-color: #1784DC;
}
</style>