#1D88DE

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

Shades of Dodger Blue #1D88DE

Tints of Dodger Blue #1D88DE

Color information

#1D88DE (or 0x1D88DE) is unknown color: approx Dodger Blue. HEX triplet: 1D, 88 and DE. RGB value is (29,136,222). Sum of RGB (Red+Green+Blue) = 29+136+222=387 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.49% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #1D88DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D88DE is #E27721. Grayscale: #717171. Windows color (decimal): -14841634 or 14583837. OLE color: 14583837.

HSL color Cylindrical-coordinate representation of color #1D88DE: hue angle of 206.74º 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 #1D88DE is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB29136222-
CMYK0.870.3900.13
HSL206.74º76.89%49.22%-
HSV(B)206.74º86.94%87.06%-
XYZ22.523.1472.39-
YUV113.81189.0567.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.49%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 222 (87.11% from 255) = 57.36%
R=7.49%
G=35.14%
B=57.36%

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
Decimal291362220.870.3900.13206.7476.8949.22
Hex1D88DE57270Dcf4d31
Octal352103361274701531711561
Binary111011000100011011110101011110011101101110011111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D88DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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