#1C89DF

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

Shades of Dodger Blue #1C89DF

Tints of Dodger Blue #1C89DF

Color information

#1C89DF (or 0x1C89DF) is unknown color: approx Dodger Blue. HEX triplet: 1C, 89 and DF. RGB value is (28,137,223). Sum of RGB (Red+Green+Blue) = 28+137+223=388 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.22% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C89DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C89DF is #E37620. Grayscale: #717171. Windows color (decimal): -14906913 or 14649628. OLE color: 14649628.

HSL color Cylindrical-coordinate representation of color #1C89DF: hue angle of 206.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C89DF is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB28137223-
CMYK0.870.3900.13
HSL206.46º77.69%49.22%-
HSV(B)206.46º87.44%87.45%-
XYZ22.7423.4773.14-
YUV114.21189.3966.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.22%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 223 (87.5% from 255) = 57.47%
R=7.22%
G=35.31%
B=57.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal281372230.870.3900.13206.4677.6949.22
Hex1C89DF57270Dce4e31
Octal342113371274701531611661
Binary111001000100111011111101011110011101101110011101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C89DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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