#1D8EDC

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

Shades of Dodger Blue #1D8EDC

Tints of Dodger Blue #1D8EDC

Color information

#1D8EDC (or 0x1D8EDC) is unknown color: approx Dodger Blue. HEX triplet: 1D, 8E and DC. RGB value is (29,142,220). Sum of RGB (Red+Green+Blue) = 29+142+220=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D8EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8EDC is #E27123. Grayscale: #747474. Windows color (decimal): -14840100 or 14454301. OLE color: 14454301.

HSL color Cylindrical-coordinate representation of color #1D8EDC: hue angle of 204.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D8EDC is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB29142220-
CMYK0.870.3500.14
HSL204.5º76.71%48.82%-
HSV(B)204.5º86.82%86.27%-
XYZ23.124.7771.27-
YUV117.1186.0665.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.42%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 220 (86.33% from 255) = 56.27%
R=7.42%
G=36.32%
B=56.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal291422200.870.3500.14204.576.7148.82
Hex1D8EDC57230Ecd4d31
Octal352163341274301631511561
Binary111011000111011011100101011110001101110110011011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,142,220); }

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

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

 a { background-color: rgb(29,142,220); }

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

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

 span { border-color: rgb(29,142,220); }

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