#1D87DE

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

Shades of Dodger Blue #1D87DE

Tints of Dodger Blue #1D87DE

Color information

#1D87DE (or 0x1D87DE) is unknown color: approx Dodger Blue. HEX triplet: 1D, 87 and DE. RGB value is (29,135,222). Sum of RGB (Red+Green+Blue) = 29+135+222=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #1D87DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D87DE is #E27821. Grayscale: #707070. Windows color (decimal): -14841890 or 14583581. OLE color: 14583581.

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

Color convert

RGB29135222-
CMYK0.870.3900.13
HSL207.05º76.89%49.22%-
HSV(B)207.05º86.94%87.06%-
XYZ22.3622.8672.34-
YUV113.22189.3867.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.51%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 222 (87.11% from 255) = 57.51%
R=7.51%
G=34.97%
B=57.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal291352220.870.3900.13207.0576.8949.22
Hex1D87DE57270Dcf4d31
Octal352073361274701531711561
Binary111011000011111011110101011110011101101110011111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,135,222); }

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

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

 a { background-color: rgb(29,135,222); }

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

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

 span { border-color: rgb(29,135,222); }

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