#1c81df

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

Shades of Dodger Blue #1C81DF

Tints of Dodger Blue #1C81DF

Color information

#1C81DF (or 0x1C81DF) is unknown color: approx Dodger Blue. HEX triplet: 1C, 81 and DF. RGB value is (28,129,223). Sum of RGB (Red+Green+Blue) = 28+129+223=380 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.37% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C81DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C81DF is #E37E20. Grayscale: #6D6D6D. Windows color (decimal): -14908961 or 14647580. OLE color: 14647580.

HSL color Cylindrical-coordinate representation of color #1C81DF: hue angle of 208.92º 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 #1C81DF is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB28129223-
CMYK0.870.4200.13
HSL208.92º77.69%49.22%-
HSV(B)208.92º87.44%87.45%-
XYZ21.6521.2872.78-
YUV109.52192.0469.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.37%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 223 (87.5% from 255) = 58.68%
R=7.37%
G=33.95%
B=58.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal281292230.870.4200.13208.9277.6949.22
Hex1C81DF572A0Dd14e31
Octal342013371275201532111661
Binary111001000000111011111101011110101001101110100011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c81df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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