#1689D9

Color #1689D9 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1689D9

Tints of Dodger Blue #1689D9

Color information

#1689D9 (or 0x1689D9) is unknown color: approx Dodger Blue. HEX triplet: 16, 89 and D9. RGB value is (22,137,217). Sum of RGB (Red+Green+Blue) = 22+137+217=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 217 (85.16% from 255 or 57.71% from 376); Max value from RGB is 217 - color contains mainly: blue. Hex color #1689D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1689D9 is #E97626. Grayscale: #6F6F6F. Windows color (decimal): -15300135 or 14256406. OLE color: 14256406.

HSL color Cylindrical-coordinate representation of color #1689D9: hue angle of 204.62º 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 #1689D9 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB22137217-
CMYK0.900.3700.15
HSL204.62º81.59%46.86%-
HSV(B)204.62º89.86%85.1%-
XYZ21.823.0768.95-
YUV111.74187.464-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 5.85%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 217 (85.16% from 255) = 57.71%
R=5.85%
G=36.44%
B=57.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal221372170.900.3700.15204.6281.5946.86
Hex1689D95A250Fcd522f
Octal262113311324501731512257
Binary101101000100111011001101101010010101111110011011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1689D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1689D9; }

 p { color: rgb(22,137,217); }

 H1.HeaderClassName
 {
   color: #1689D9;
 }
 .AnyTagClassName
 {
   color: #1689D9;
 }
</style>
background-color css

<style>
 a { background-color: #1689D9; }

 a { background-color: rgb(22,137,217); }

 div.DivClassName
 {
   background-color: #1689D9;
 }
 .BgClassName
 {
   background-color: #1689D9;
 }
</style>
border-color css

<style>
 span { border-color: #1689D9; }

 span { border-color: rgb(22,137,217); }

 td.TdClassName
 {
   border-color: #1689D9;
 }
 .TagClassName
 {
   border-color: #1689D9;
 }
</style>