Shades of Dodger Blue #1684DD
Tints of Dodger Blue #1684DD
RGB
CMYK
RGB Variations
Color information
#1684DD (or 0x1684DD) is known color: Dodger Blue. HEX triplet: 16, 84 and DD. RGB value is (22,132,221). Sum of RGB (Red+Green+Blue) = 22+132+221=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #1684DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1684DD is #E97B22. Grayscale: #6C6C6C. Windows color (decimal): -15301411 or 14517270. OLE color: 14517270.
HSL color Cylindrical-coordinate representation of color #1684DD: hue angle of 206.83º degrees, saturation: 0.82, 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 #1684DD is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 132 | 221 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.13 |
| HSL | 206.83º | 0.82% | 0.48% | - |
| HSV(B) | 206.83º | 0.9% | 0.87% | - |
| XYZ | 21.63 | 21.89 | 71.49 | - |
| YUV | 109.26 | 191.06 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 132 | 221 | 0.90 | 0.40 | 0 | 0.13 | 206.83 | 0.82 | 0.48 |
| Hex | 16 | 84 | DD | 5A | 28 | 0 | D | CF | 52 | 30 |
| Octal | 26 | 204 | 335 | 132 | 50 | 0 | 15 | 317 | 122 | 60 |
| Binary | 10110 | 10000100 | 11011101 | 1011010 | 101000 | 0 | 1101 | 11001111 | 1010010 | 110000 |
Color Harmonies of #1684DD
Complementary color
Monochromatic Colors of #1684DD
Black with #1684DD
Text Example
Text Example
White with #1684DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1684DD; }
p { color: rgb(22,132,221); }
H1.HeaderClassName
{
color: #1684DD;
}
.AnyTagClassName
{
color: #1684DD;
}
</style>
background-color css
<style>
a { background-color: #1684DD; }
a { background-color: rgb(22,132,221); }
div.DivClassName
{
background-color: #1684DD;
}
.BgClassName
{
background-color: #1684DD;
}
</style>
border-color css
<style>
span { border-color: #1684DD; }
span { border-color: rgb(22,132,221); }
td.TdClassName
{
border-color: #1684DD;
}
.TagClassName
{
border-color: #1684DD;
}
</style>