#1d89e6

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

Shades of Dodger Blue #1D89E6

Tints of Dodger Blue #1D89E6

Color information

#1D89E6 (or 0x1D89E6) is unknown color: approx Dodger Blue. HEX triplet: 1D, 89 and E6. RGB value is (29,137,230). Sum of RGB (Red+Green+Blue) = 29+137+230=396 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.32% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #1D89E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D89E6 is #E27619. Grayscale: #727272. Windows color (decimal): -14841370 or 15108381. OLE color: 15108381.

HSL color Cylindrical-coordinate representation of color #1D89E6: hue angle of 207.76º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D89E6 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB29137230-
CMYK0.870.4000.10
HSL207.76º80.08%50.78%-
HSV(B)207.76º87.39%90.2%-
XYZ23.7423.8778.22-
YUV115.31192.7266.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.32%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 230 (90.23% from 255) = 58.08%
R=7.32%
G=34.60%
B=58.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal291372300.870.4000.10207.7680.0850.78
Hex1D89E657280Ad05033
Octal352113461275001232012063
Binary111011000100111100110101011110100001010110100001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d89e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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