#1C80E9

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

Shades of Dodger Blue #1C80E9

Tints of Dodger Blue #1C80E9

Color information

#1C80E9 (or 0x1C80E9) is unknown color: approx Dodger Blue. HEX triplet: 1C, 80 and E9. RGB value is (28,128,233). Sum of RGB (Red+Green+Blue) = 28+128+233=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 233 (91.41% from 255 or 59.90% from 389); Max value from RGB is 233 - color contains mainly: blue. Hex color #1C80E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C80E9 is #E37F16. Grayscale: #6D6D6D. Windows color (decimal): -14909207 or 15302684. OLE color: 15302684.

HSL color Cylindrical-coordinate representation of color #1C80E9: hue angle of 210.73º 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 #1C80E9 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB28128233-
CMYK0.880.4500.09
HSL210.73º82.33%51.18%-
HSV(B)210.73º87.98%91.37%-
XYZ22.9121.5780.05-
YUV110.07197.3769.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.20%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 233 (91.41% from 255) = 59.90%
R=7.20%
G=32.90%
B=59.90%

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
Decimal281282330.880.4500.09210.7382.3351.18
Hex1C80E9582D09d35233
Octal342003511305501132312263
Binary111001000000011101001101100010110101001110100111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C80E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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