#1e87dd

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

Shades of Dodger Blue #1E87DD

Tints of Dodger Blue #1E87DD

Color information

#1E87DD (or 0x1E87DD) is unknown color: approx Dodger Blue. HEX triplet: 1E, 87 and DD. RGB value is (30,135,221). Sum of RGB (Red+Green+Blue) = 30+135+221=386 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.77% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E87DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E87DD is #E17822. Grayscale: #707070. Windows color (decimal): -14776355 or 14518046. OLE color: 14518046.

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

Color convert

RGB30135221-
CMYK0.860.3900.13
HSL207.02º76.1%49.22%-
HSV(B)207.02º86.43%86.67%-
XYZ22.2522.8271.64-
YUV113.41188.7168.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.77%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 221 (86.72% from 255) = 57.25%
R=7.77%
G=34.97%
B=57.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301352210.860.3900.13207.0276.149.22
Hex1E87DD56270Dcf4c31
Octal362073351264701531711461
Binary111101000011111011101101011010011101101110011111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e87dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,135,221); }

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

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

 a { background-color: rgb(30,135,221); }

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

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

 span { border-color: rgb(30,135,221); }

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