Shades of Dodger Blue #1687DC
Tints of Dodger Blue #1687DC
RGB
CMYK
RGB Variations
Color information
#1687DC (or 0x1687DC) is known color: Dodger Blue. HEX triplet: 16, 87 and DC. RGB value is (22,135,220). Sum of RGB (Red+Green+Blue) = 22+135+220=377 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.84% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #1687DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1687DC is #E97823. Grayscale: #6E6E6E. Windows color (decimal): -15300644 or 14452502. OLE color: 14452502.
HSL color Cylindrical-coordinate representation of color #1687DC: hue angle of 205.76º 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 #1687DC is Cyan = 0.9, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 135 | 220 | - |
| CMYK | 0.9 | 0.39 | 0 | 0.14 |
| HSL | 205.76º | 0.82% | 0.47% | - |
| HSV(B) | 205.76º | 0.9% | 0.86% | - |
| XYZ | 21.91 | 22.67 | 70.93 | - |
| YUV | 110.9 | 189.56 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 220 | 0.9 | 0.39 | 0 | 0.14 | 205.76 | 0.82 | 0.47 |
| Hex | 16 | 87 | DC | 5A | 27 | 0 | E | CE | 52 | 2F |
| Octal | 26 | 207 | 334 | 132 | 47 | 0 | 16 | 316 | 122 | 57 |
| Binary | 10110 | 10000111 | 11011100 | 1011010 | 100111 | 0 | 1110 | 11001110 | 1010010 | 101111 |
Color Harmonies of #1687DC
Complementary color
Monochromatic Colors of #1687DC
Black with #1687DC
Text Example
Text Example
White with #1687DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1687DC; }
p { color: rgb(22,135,220); }
H1.HeaderClassName
{
color: #1687DC;
}
.AnyTagClassName
{
color: #1687DC;
}
</style>
background-color css
<style>
a { background-color: #1687DC; }
a { background-color: rgb(22,135,220); }
div.DivClassName
{
background-color: #1687DC;
}
.BgClassName
{
background-color: #1687DC;
}
</style>
border-color css
<style>
span { border-color: #1687DC; }
span { border-color: rgb(22,135,220); }
td.TdClassName
{
border-color: #1687DC;
}
.TagClassName
{
border-color: #1687DC;
}
</style>