#1D80E6

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

Shades of Dodger Blue #1D80E6

Tints of Dodger Blue #1D80E6

Color information

#1D80E6 (or 0x1D80E6) is unknown color: approx Dodger Blue. HEX triplet: 1D, 80 and E6. RGB value is (29,128,230). Sum of RGB (Red+Green+Blue) = 29+128+230=387 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.49% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 230 (90.23% from 255 or 59.43% from 387); Max value from RGB is 230 - color contains mainly: blue. Hex color #1D80E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D80E6 is #E27F19. Grayscale: #6D6D6D. Windows color (decimal): -14843674 or 15106077. OLE color: 15106077.

HSL color Cylindrical-coordinate representation of color #1D80E6: hue angle of 210.45º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D80E6 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB29128230-
CMYK0.870.4400.10
HSL210.45º80.08%50.78%-
HSV(B)210.45º87.39%90.2%-
XYZ22.5121.4177.81-
YUV110.03195.770.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.49%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 230 (90.23% from 255) = 59.43%
R=7.49%
G=33.07%
B=59.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal291282300.870.4400.10210.4580.0850.78
Hex1D80E6572C0Ad25033
Octal352003461275401232212063
Binary111011000000011100110101011110110001010110100101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D80E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,128,230); }

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

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

 a { background-color: rgb(29,128,230); }

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

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

 span { border-color: rgb(29,128,230); }

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