#1c89d7

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

Shades of Dodger Blue #1C89D7

Tints of Dodger Blue #1C89D7

Color information

#1C89D7 (or 0x1C89D7) is unknown color: approx Dodger Blue. HEX triplet: 1C, 89 and D7. RGB value is (28,137,215). Sum of RGB (Red+Green+Blue) = 28+137+215=380 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.37% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 215 (84.38% from 255 or 56.58% from 380); Max value from RGB is 215 - color contains mainly: blue. Hex color #1C89D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C89D7 is #E37628. Grayscale: #707070. Windows color (decimal): -14906921 or 14125340. OLE color: 14125340.

HSL color Cylindrical-coordinate representation of color #1C89D7: hue angle of 205.03º degrees, saturation: 0.77, 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 #1C89D7 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB28137215-
CMYK0.870.3600.16
HSL205.03º76.95%47.65%-
HSV(B)205.03º86.98%84.31%-
XYZ21.6923.0467.59-
YUV113.3185.3967.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.37%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 215 (84.38% from 255) = 56.58%
R=7.37%
G=36.05%
B=56.58%

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
Decimal281372150.870.3600.16205.0376.9547.65
Hex1C89D75724010cd4d30
Octal342113271274402031511560
Binary1110010001001110101111010111100100010000110011011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c89d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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