Shades of Dodger Blue #1683DC
Tints of Dodger Blue #1683DC
RGB
CMYK
RGB Variations
Color information
#1683DC (or 0x1683DC) is known color: Dodger Blue. HEX triplet: 16, 83 and DC. RGB value is (22,131,220). Sum of RGB (Red+Green+Blue) = 22+131+220=373 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.90% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #1683DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1683DC is #E97C23. Grayscale: #6C6C6C. Windows color (decimal): -15301668 or 14451478. OLE color: 14451478.
HSL color Cylindrical-coordinate representation of color #1683DC: hue angle of 206.97º 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 #1683DC is Cyan = 0.9, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 131 | 220 | - |
| CMYK | 0.9 | 0.40 | 0 | 0.14 |
| HSL | 206.97º | 0.82% | 0.47% | - |
| HSV(B) | 206.97º | 0.9% | 0.86% | - |
| XYZ | 21.37 | 21.57 | 70.75 | - |
| YUV | 108.56 | 190.89 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 220 | 0.9 | 0.40 | 0 | 0.14 | 206.97 | 0.82 | 0.47 |
| Hex | 16 | 83 | DC | 5A | 28 | 0 | E | CF | 52 | 2F |
| Octal | 26 | 203 | 334 | 132 | 50 | 0 | 16 | 317 | 122 | 57 |
| Binary | 10110 | 10000011 | 11011100 | 1011010 | 101000 | 0 | 1110 | 11001111 | 1010010 | 101111 |
Color Harmonies of #1683DC
Complementary color
Monochromatic Colors of #1683DC
Black with #1683DC
Text Example
Text Example
White with #1683DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1683DC; }
p { color: rgb(22,131,220); }
H1.HeaderClassName
{
color: #1683DC;
}
.AnyTagClassName
{
color: #1683DC;
}
</style>
background-color css
<style>
a { background-color: #1683DC; }
a { background-color: rgb(22,131,220); }
div.DivClassName
{
background-color: #1683DC;
}
.BgClassName
{
background-color: #1683DC;
}
</style>
border-color css
<style>
span { border-color: #1683DC; }
span { border-color: rgb(22,131,220); }
td.TdClassName
{
border-color: #1683DC;
}
.TagClassName
{
border-color: #1683DC;
}
</style>