#1D7EE1

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

Shades of Dodger Blue #1D7EE1

Tints of Dodger Blue #1D7EE1

Color information

#1D7EE1 (or 0x1D7EE1) is unknown color: approx Dodger Blue. HEX triplet: 1D, 7E and E1. RGB value is (29,126,225). Sum of RGB (Red+Green+Blue) = 29+126+225=380 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.63% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 225 (88.28% from 255 or 59.21% from 380); Max value from RGB is 225 - color contains mainly: blue. Hex color #1D7EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7EE1 is #E2811E. Grayscale: #6B6B6B. Windows color (decimal): -14844191 or 14777885. OLE color: 14777885.

HSL color Cylindrical-coordinate representation of color #1D7EE1: hue angle of 210.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D7EE1 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB29126225-
CMYK0.870.4400.12
HSL210.31º77.17%49.8%-
HSV(B)210.31º87.11%88.24%-
XYZ21.5620.6274.08-
YUV108.28193.8671.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.63%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 225 (88.28% from 255) = 59.21%
R=7.63%
G=33.16%
B=59.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal291262250.870.4400.12210.3177.1749.8
Hex1D7EE1572C0Cd24d32
Octal351763411275401432211562
Binary11101111111011100001101011110110001100110100101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,126,225); }

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

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

 a { background-color: rgb(29,126,225); }

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

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

 span { border-color: rgb(29,126,225); }

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