Html Css Color HEX #1E93DD Dodger Blue

📋 copy color: '#1E93DD'

red 30 ◦ green 147 ◦ blue 221

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

Shades of Dodger Blue #1E93DD

Tints of Dodger Blue #1E93DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 7.54%
G = 36.93%
B = 55.53%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E93DD (or 0x1E93DD) is known color: Dodger Blue. HEX triplet: 1E, 93 and DD. RGB value is (30,147,221). Sum of RGB (Red+Green+Blue) = 30+147+221=398 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.54% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E93DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E93DD is #E16C22. Grayscale: #787878. Windows color (decimal): -14773283 or 14521118. OLE color: 14521118.

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

Color convert

RGB 30 147 221 -
CMYK 0.86 0.33 0 0.13
HSL 203.25º 0.76% 0.49% -
HSV(B) 203.25º 0.86% 0.87% -
XYZ 24.02 26.36 72.23 -
YUV 120.45 184.74 63.48 -
System Red Green Blue C M Y K H S L
Decimal 30 147 221 0.86 0.33 0 0.13 203.25 0.76 0.49
Hex 1E 93 DD 56 21 0 D CB 4C 31
Octal 36 223 335 126 41 0 15 313 114 61
Binary 11110 10010011 11011101 1010110 100001 0 1101 11001011 1001100 110001

Color Harmonies of #1E93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E93DD

Black with #1E93DD

Text Example


Text Example

White with #1E93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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