Shades of Dodger Blue #1684DB
Tints of Dodger Blue #1684DB
RGB
CMYK
RGB Variations
Color information
#1684DB (or 0x1684DB) is known color: Dodger Blue. HEX triplet: 16, 84 and DB. RGB value is (22,132,219). Sum of RGB (Red+Green+Blue) = 22+132+219=373 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.90% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #1684DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1684DB is #E97B24. Grayscale: #6C6C6C. Windows color (decimal): -15301413 or 14386198. OLE color: 14386198.
HSL color Cylindrical-coordinate representation of color #1684DB: hue angle of 206.5º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1684DB is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 132 | 219 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.14 |
| HSL | 206.5º | 0.82% | 0.47% | - |
| HSV(B) | 206.5º | 0.9% | 0.86% | - |
| XYZ | 21.37 | 21.79 | 70.1 | - |
| YUV | 109.03 | 190.06 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 132 | 219 | 0.90 | 0.40 | 0 | 0.14 | 206.5 | 0.82 | 0.47 |
| Hex | 16 | 84 | DB | 5A | 28 | 0 | E | CE | 52 | 2F |
| Octal | 26 | 204 | 333 | 132 | 50 | 0 | 16 | 316 | 122 | 57 |
| Binary | 10110 | 10000100 | 11011011 | 1011010 | 101000 | 0 | 1110 | 11001110 | 1010010 | 101111 |
Color Harmonies of #1684DB
Complementary color
Monochromatic Colors of #1684DB
Black with #1684DB
Text Example
Text Example
White with #1684DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1684DB; }
p { color: rgb(22,132,219); }
H1.HeaderClassName
{
color: #1684DB;
}
.AnyTagClassName
{
color: #1684DB;
}
</style>
background-color css
<style>
a { background-color: #1684DB; }
a { background-color: rgb(22,132,219); }
div.DivClassName
{
background-color: #1684DB;
}
.BgClassName
{
background-color: #1684DB;
}
</style>
border-color css
<style>
span { border-color: #1684DB; }
span { border-color: rgb(22,132,219); }
td.TdClassName
{
border-color: #1684DB;
}
.TagClassName
{
border-color: #1684DB;
}
</style>