Html Css Color HEX #2080E5 Dodger Blue

📋 copy color: '#2080E5'

red 32 ◦ green 128 ◦ blue 229

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

Shades of Dodger Blue #2080E5

Tints of Dodger Blue #2080E5

RGB

 RED value IS 32 (12.89% from 255) = 8.23%

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

 BLUE value IS 229 (89.84% from 255) = 58.87%

R = 8.23%
G = 32.9%
B = 58.87%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2080E5 (or 0x2080E5) is known color: Dodger Blue. HEX triplet: 20, 80 and E5. RGB value is (32,128,229). Sum of RGB (Red+Green+Blue) = 32+128+229=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 229 (89.84% from 255 or 58.87% from 389); Max value from RGB is 229 - color contains mainly: blue. Hex color #2080E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2080E5 is #DF7F1A. Grayscale: #6E6E6E. Windows color (decimal): -14647067 or 15040544. OLE color: 15040544.

HSL color Cylindrical-coordinate representation of color #2080E5: hue angle of 210.76º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2080E5 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 128 229 -
CMYK 0.86 0.44 0 0.10
HSL 210.76º 0.79% 0.51% -
HSV(B) 210.76º 0.86% 0.9% -
XYZ 22.46 21.4 77.08 -
YUV 110.81 194.7 71.79 -
System Red Green Blue C M Y K H S L
Decimal 32 128 229 0.86 0.44 0 0.10 210.76 0.79 0.51
Hex 20 80 E5 56 2C 0 A D3 4F 33
Octal 40 200 345 126 54 0 12 323 117 63
Binary 100000 10000000 11100101 1010110 101100 0 1010 11010011 1001111 110011

Color Harmonies of #2080E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2080E5

Black with #2080E5

Text Example


Text Example

White with #2080E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2080E5; }

 p { color: rgb(32,128,229); }

 H1.HeaderClassName
 {
   color: #2080E5;
 }
 .AnyTagClassName
 {
   color: #2080E5;
 }
</style>

background-color css

<style>
 a { background-color: #2080E5; }

 a { background-color: rgb(32,128,229); }

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

border-color css

<style>
 span { border-color: #2080E5; }

 span { border-color: rgb(32,128,229); }

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