#1688E0

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

Shades of Dodger Blue #1688E0

Tints of Dodger Blue #1688E0

Color information

#1688E0 (or 0x1688E0) is unknown color: approx Dodger Blue. HEX triplet: 16, 88 and E0. RGB value is (22,136,224). Sum of RGB (Red+Green+Blue) = 22+136+224=382 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.76% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #1688E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1688E0 is #E9771F. Grayscale: #6F6F6F. Windows color (decimal): -15300384 or 14714902. OLE color: 14714902.

HSL color Cylindrical-coordinate representation of color #1688E0: hue angle of 206.14º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1688E0 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22136224-
CMYK0.900.3900.12
HSL206.14º82.11%48.24%-
HSV(B)206.14º90.18%87.84%-
XYZ22.5923.1673.8-
YUV111.95191.2363.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.76%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 224 (87.89% from 255) = 58.64%
R=5.76%
G=35.60%
B=58.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221362240.900.3900.12206.1482.1148.24
Hex1688E05A270Cce5230
Octal262103401324701431612260
Binary101101000100011100000101101010011101100110011101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1688E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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