Shades of Dodger Blue #1687DA
Tints of Dodger Blue #1687DA
RGB
CMYK
RGB Variations
Color information
#1687DA (or 0x1687DA) is known color: Dodger Blue. HEX triplet: 16, 87 and DA. RGB value is (22,135,218). Sum of RGB (Red+Green+Blue) = 22+135+218=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #1687DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1687DA is #E97825. Grayscale: #6E6E6E. Windows color (decimal): -15300646 or 14321430. OLE color: 14321430.
HSL color Cylindrical-coordinate representation of color #1687DA: hue angle of 205.41º 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 #1687DA is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 135 | 218 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.15 |
| HSL | 205.41º | 0.82% | 0.47% | - |
| HSV(B) | 205.41º | 0.9% | 0.85% | - |
| XYZ | 21.65 | 22.56 | 69.54 | - |
| YUV | 110.68 | 188.56 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 218 | 0.90 | 0.38 | 0 | 0.15 | 205.41 | 0.82 | 0.47 |
| Hex | 16 | 87 | DA | 5A | 26 | 0 | F | CD | 52 | 2F |
| Octal | 26 | 207 | 332 | 132 | 46 | 0 | 17 | 315 | 122 | 57 |
| Binary | 10110 | 10000111 | 11011010 | 1011010 | 100110 | 0 | 1111 | 11001101 | 1010010 | 101111 |
Color Harmonies of #1687DA
Complementary color
Monochromatic Colors of #1687DA
Black with #1687DA
Text Example
Text Example
White with #1687DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1687DA; }
p { color: rgb(22,135,218); }
H1.HeaderClassName
{
color: #1687DA;
}
.AnyTagClassName
{
color: #1687DA;
}
</style>
background-color css
<style>
a { background-color: #1687DA; }
a { background-color: rgb(22,135,218); }
div.DivClassName
{
background-color: #1687DA;
}
.BgClassName
{
background-color: #1687DA;
}
</style>
border-color css
<style>
span { border-color: #1687DA; }
span { border-color: rgb(22,135,218); }
td.TdClassName
{
border-color: #1687DA;
}
.TagClassName
{
border-color: #1687DA;
}
</style>