#1C81E9

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

Shades of Dodger Blue #1C81E9

Tints of Dodger Blue #1C81E9

Color information

#1C81E9 (or 0x1C81E9) is unknown color: approx Dodger Blue. HEX triplet: 1C, 81 and E9. RGB value is (28,129,233). Sum of RGB (Red+Green+Blue) = 28+129+233=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 233 (91.41% from 255 or 59.74% from 390); Max value from RGB is 233 - color contains mainly: blue. Hex color #1C81E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C81E9 is #E37E16. Grayscale: #6E6E6E. Windows color (decimal): -14908951 or 15302940. OLE color: 15302940.

HSL color Cylindrical-coordinate representation of color #1C81E9: hue angle of 210.44º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C81E9 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB28129233-
CMYK0.880.4500.09
HSL210.44º82.33%51.18%-
HSV(B)210.44º87.98%91.37%-
XYZ23.0421.8380.09-
YUV110.66197.0469.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.18%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 233 (91.41% from 255) = 59.74%
R=7.18%
G=33.08%
B=59.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal281292330.880.4500.09210.4482.3351.18
Hex1C81E9582D09d25233
Octal342013511305501132212263
Binary111001000000111101001101100010110101001110100101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C81E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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