#1D89D7

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

Shades of Dodger Blue #1D89D7

Tints of Dodger Blue #1D89D7

Color information

#1D89D7 (or 0x1D89D7) is unknown color: approx Dodger Blue. HEX triplet: 1D, 89 and D7. RGB value is (29,137,215). Sum of RGB (Red+Green+Blue) = 29+137+215=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 215 (84.38% from 255 or 56.43% from 381); Max value from RGB is 215 - color contains mainly: blue. Hex color #1D89D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D89D7 is #E27628. Grayscale: #717171. Windows color (decimal): -14841385 or 14125341. OLE color: 14125341.

HSL color Cylindrical-coordinate representation of color #1D89D7: hue angle of 205.16º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D89D7 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB29137215-
CMYK0.870.3600.16
HSL205.16º76.23%47.84%-
HSV(B)205.16º86.51%84.31%-
XYZ21.7223.0667.6-
YUV113.6185.2267.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.61%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 215 (84.38% from 255) = 56.43%
R=7.61%
G=35.96%
B=56.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal291372150.870.3600.16205.1676.2347.84
Hex1D89D75724010cd4c30
Octal352113271274402031511460
Binary1110110001001110101111010111100100010000110011011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D89D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D89D7; }

 p { color: rgb(29,137,215); }

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

<style>
 a { background-color: #1D89D7; }

 a { background-color: rgb(29,137,215); }

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

<style>
 span { border-color: #1D89D7; }

 span { border-color: rgb(29,137,215); }

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