Html Css Color HEX #1E89DB Dodger Blue

📋 copy color: '#1E89DB'

red 30 ◦ green 137 ◦ blue 219

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

Shades of Dodger Blue #1E89DB

Tints of Dodger Blue #1E89DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.49%

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 7.77%
G = 35.49%
B = 56.74%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E89DB (or 0x1E89DB) is known color: Dodger Blue. HEX triplet: 1E, 89 and DB. RGB value is (30,137,219). Sum of RGB (Red+Green+Blue) = 30+137+219=386 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.77% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E89DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E89DB is #E17624. Grayscale: #717171. Windows color (decimal): -14775845 or 14387486. OLE color: 14387486.

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

Color convert

RGB 30 137 219 -
CMYK 0.86 0.37 0 0.14
HSL 206.03º 0.76% 0.49% -
HSV(B) 206.03º 0.86% 0.86% -
XYZ 22.27 23.28 70.34 -
YUV 114.36 187.05 67.83 -
System Red Green Blue C M Y K H S L
Decimal 30 137 219 0.86 0.37 0 0.14 206.03 0.76 0.49
Hex 1E 89 DB 56 25 0 E CE 4C 31
Octal 36 211 333 126 45 0 16 316 114 61
Binary 11110 10001001 11011011 1010110 100101 0 1110 11001110 1001100 110001

Color Harmonies of #1E89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E89DB

Black with #1E89DB

Text Example


Text Example

White with #1E89DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,137,219); }

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

background-color css

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

 a { background-color: rgb(30,137,219); }

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

border-color css

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

 span { border-color: rgb(30,137,219); }

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