Shades of Dodger Blue #1683DB
Tints of Dodger Blue #1683DB
RGB
CMYK
RGB Variations
Color information
#1683DB (or 0x1683DB) is known color: Dodger Blue. HEX triplet: 16, 83 and DB. RGB value is (22,131,219). Sum of RGB (Red+Green+Blue) = 22+131+219=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #1683DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1683DB is #E97C24. Grayscale: #6B6B6B. Windows color (decimal): -15301669 or 14385942. OLE color: 14385942.
HSL color Cylindrical-coordinate representation of color #1683DB: hue angle of 206.8º 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 #1683DB is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 131 | 219 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.14 |
| HSL | 206.8º | 0.82% | 0.47% | - |
| HSV(B) | 206.8º | 0.9% | 0.86% | - |
| XYZ | 21.23 | 21.52 | 70.05 | - |
| YUV | 108.44 | 190.39 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 219 | 0.90 | 0.40 | 0 | 0.14 | 206.8 | 0.82 | 0.47 |
| Hex | 16 | 83 | DB | 5A | 28 | 0 | E | CF | 52 | 2F |
| Octal | 26 | 203 | 333 | 132 | 50 | 0 | 16 | 317 | 122 | 57 |
| Binary | 10110 | 10000011 | 11011011 | 1011010 | 101000 | 0 | 1110 | 11001111 | 1010010 | 101111 |
Color Harmonies of #1683DB
Complementary color
Monochromatic Colors of #1683DB
Black with #1683DB
Text Example
Text Example
White with #1683DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1683DB; }
p { color: rgb(22,131,219); }
H1.HeaderClassName
{
color: #1683DB;
}
.AnyTagClassName
{
color: #1683DB;
}
</style>
background-color css
<style>
a { background-color: #1683DB; }
a { background-color: rgb(22,131,219); }
div.DivClassName
{
background-color: #1683DB;
}
.BgClassName
{
background-color: #1683DB;
}
</style>
border-color css
<style>
span { border-color: #1683DB; }
span { border-color: rgb(22,131,219); }
td.TdClassName
{
border-color: #1683DB;
}
.TagClassName
{
border-color: #1683DB;
}
</style>