Html Css Color HEX #1E80DD Dodger Blue

📋 copy color: '#1E80DD'

red 30 ◦ green 128 ◦ blue 221

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

Shades of Dodger Blue #1E80DD

Tints of Dodger Blue #1E80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.77%

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

R = 7.92%
G = 33.77%
B = 58.31%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E80DD (or 0x1E80DD) is known color: Dodger Blue. HEX triplet: 1E, 80 and DD. RGB value is (30,128,221). Sum of RGB (Red+Green+Blue) = 30+128+221=379 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.92% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E80DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E80DD is #E17F22. Grayscale: #6C6C6C. Windows color (decimal): -14778147 or 14516254. OLE color: 14516254.

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

Color convert

RGB 30 128 221 -
CMYK 0.86 0.42 0 0.13
HSL 209.21º 0.76% 0.49% -
HSV(B) 209.21º 0.86% 0.87% -
XYZ 21.31 20.93 71.32 -
YUV 109.3 191.03 71.44 -
System Red Green Blue C M Y K H S L
Decimal 30 128 221 0.86 0.42 0 0.13 209.21 0.76 0.49
Hex 1E 80 DD 56 2A 0 D D1 4C 31
Octal 36 200 335 126 52 0 15 321 114 61
Binary 11110 10000000 11011101 1010110 101010 0 1101 11010001 1001100 110001

Color Harmonies of #1E80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E80DD

Black with #1E80DD

Text Example


Text Example

White with #1E80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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