Shades of Dodger Blue #1688DA
Tints of Dodger Blue #1688DA
RGB
CMYK
RGB Variations
Color information
#1688DA (or 0x1688DA) is known color: Dodger Blue. HEX triplet: 16, 88 and DA. RGB value is (22,136,218). Sum of RGB (Red+Green+Blue) = 22+136+218=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #1688DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1688DA is #E97725. Grayscale: #6E6E6E. Windows color (decimal): -15300390 or 14321686. OLE color: 14321686.
HSL color Cylindrical-coordinate representation of color #1688DA: hue angle of 205.1º 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 #1688DA is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 136 | 218 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.15 |
| HSL | 205.1º | 0.82% | 0.47% | - |
| HSV(B) | 205.1º | 0.9% | 0.85% | - |
| XYZ | 21.79 | 22.84 | 69.59 | - |
| YUV | 111.26 | 188.23 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 218 | 0.90 | 0.38 | 0 | 0.15 | 205.1 | 0.82 | 0.47 |
| Hex | 16 | 88 | DA | 5A | 26 | 0 | F | CD | 52 | 2F |
| Octal | 26 | 210 | 332 | 132 | 46 | 0 | 17 | 315 | 122 | 57 |
| Binary | 10110 | 10001000 | 11011010 | 1011010 | 100110 | 0 | 1111 | 11001101 | 1010010 | 101111 |
Color Harmonies of #1688DA
Complementary color
Monochromatic Colors of #1688DA
Black with #1688DA
Text Example
Text Example
White with #1688DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1688DA; }
p { color: rgb(22,136,218); }
H1.HeaderClassName
{
color: #1688DA;
}
.AnyTagClassName
{
color: #1688DA;
}
</style>
background-color css
<style>
a { background-color: #1688DA; }
a { background-color: rgb(22,136,218); }
div.DivClassName
{
background-color: #1688DA;
}
.BgClassName
{
background-color: #1688DA;
}
</style>
border-color css
<style>
span { border-color: #1688DA; }
span { border-color: rgb(22,136,218); }
td.TdClassName
{
border-color: #1688DA;
}
.TagClassName
{
border-color: #1688DA;
}
</style>