#1688D9

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

Shades of Dodger Blue #1688D9

Tints of Dodger Blue #1688D9

Color information

#1688D9 (or 0x1688D9) is unknown color: approx Dodger Blue. HEX triplet: 16, 88 and D9. RGB value is (22,136,217). Sum of RGB (Red+Green+Blue) = 22+136+217=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 217 (85.16% from 255 or 57.87% from 375); Max value from RGB is 217 - color contains mainly: blue. Hex color #1688D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1688D9 is #E97726. Grayscale: #6E6E6E. Windows color (decimal): -15300391 or 14256150. OLE color: 14256150.

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

Color convert

RGB22136217-
CMYK0.900.3700.15
HSL204.92º81.59%46.86%-
HSV(B)204.92º89.86%85.1%-
XYZ21.6622.7968.9-
YUV111.15187.7364.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.87%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 217 (85.16% from 255) = 57.87%
R=5.87%
G=36.27%
B=57.87%

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
Decimal221362170.900.3700.15204.9281.5946.86
Hex1688D95A250Fcd522f
Octal262103311324501731512257
Binary101101000100011011001101101010010101111110011011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1688D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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