Shades of Dodger Blue #1684DA
Tints of Dodger Blue #1684DA
RGB
CMYK
RGB Variations
Color information
#1684DA (or 0x1684DA) is known color: Dodger Blue. HEX triplet: 16, 84 and DA. RGB value is (22,132,218). Sum of RGB (Red+Green+Blue) = 22+132+218=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #1684DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1684DA is #E97B25. Grayscale: #6C6C6C. Windows color (decimal): -15301414 or 14320662. OLE color: 14320662.
HSL color Cylindrical-coordinate representation of color #1684DA: hue angle of 206.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1684DA is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 132 | 218 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.15 |
| HSL | 206.33º | 0.82% | 0.47% | - |
| HSV(B) | 206.33º | 0.9% | 0.85% | - |
| XYZ | 21.24 | 21.74 | 69.41 | - |
| YUV | 108.91 | 189.56 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 132 | 218 | 0.90 | 0.39 | 0 | 0.15 | 206.33 | 0.82 | 0.47 |
| Hex | 16 | 84 | DA | 5A | 27 | 0 | F | CE | 52 | 2F |
| Octal | 26 | 204 | 332 | 132 | 47 | 0 | 17 | 316 | 122 | 57 |
| Binary | 10110 | 10000100 | 11011010 | 1011010 | 100111 | 0 | 1111 | 11001110 | 1010010 | 101111 |
Color Harmonies of #1684DA
Complementary color
Monochromatic Colors of #1684DA
Black with #1684DA
Text Example
Text Example
White with #1684DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1684DA; }
p { color: rgb(22,132,218); }
H1.HeaderClassName
{
color: #1684DA;
}
.AnyTagClassName
{
color: #1684DA;
}
</style>
background-color css
<style>
a { background-color: #1684DA; }
a { background-color: rgb(22,132,218); }
div.DivClassName
{
background-color: #1684DA;
}
.BgClassName
{
background-color: #1684DA;
}
</style>
border-color css
<style>
span { border-color: #1684DA; }
span { border-color: rgb(22,132,218); }
td.TdClassName
{
border-color: #1684DA;
}
.TagClassName
{
border-color: #1684DA;
}
</style>