Html Css Color HEX #1E88D7 Dodger Blue

📋 copy color: '#1E88D7'

red 30 ◦ green 136 ◦ blue 215

#1E88D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1E88D7

Tints of Dodger Blue #1E88D7

RGB

 RED value IS 30 (12.11% from 255) = 7.87%

 GREEN value IS 136 (53.52% from 255) = 35.7%

 BLUE value IS 215 (84.38% from 255) = 56.43%

R = 7.87%
G = 35.7%
B = 56.43%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1E88D7 (or 0x1E88D7) is known color: Dodger Blue. HEX triplet: 1E, 88 and D7. RGB value is (30,136,215). Sum of RGB (Red+Green+Blue) = 30+136+215=381 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.87% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 215 (84.38% from 255 or 56.43% from 381); Max value from RGB is 215 - color contains mainly: blue. Hex color #1E88D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E88D7 is #E17728. Grayscale: #707070. Windows color (decimal): -14776105 or 14125086. OLE color: 14125086.

HSL color Cylindrical-coordinate representation of color #1E88D7: hue angle of 205.62º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E88D7 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 136 215 -
CMYK 0.86 0.37 0 0.16
HSL 205.62º 0.76% 0.48% -
HSV(B) 205.62º 0.86% 0.84% -
XYZ 21.61 22.79 67.55 -
YUV 113.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 30 136 215 0.86 0.37 0 0.16 205.62 0.76 0.48
Hex 1E 88 D7 56 25 0 10 CE 4C 30
Octal 36 210 327 126 45 0 20 316 114 60
Binary 11110 10001000 11010111 1010110 100101 0 10000 11001110 1001100 110000

Color Harmonies of #1E88D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E88D7

Black with #1E88D7

Text Example


Text Example

White with #1E88D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,136,215); }

 H1.HeaderClassName
 {
   color: #1E88D7;
 }
 .AnyTagClassName
 {
   color: #1E88D7;
 }
</style>

background-color css

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

 a { background-color: rgb(30,136,215); }

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

border-color css

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

 span { border-color: rgb(30,136,215); }

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