Html Css Color HEX #2080DB Dodger Blue

📋 copy color: '#2080DB'

red 32 ◦ green 128 ◦ blue 219

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

Shades of Dodger Blue #2080DB

Tints of Dodger Blue #2080DB

RGB

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

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

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

R = 8.44%
G = 33.77%
B = 57.78%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2080DB (or 0x2080DB) is known color: Dodger Blue. HEX triplet: 20, 80 and DB. RGB value is (32,128,219). Sum of RGB (Red+Green+Blue) = 32+128+219=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #2080DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2080DB is #DF7F24. Grayscale: #6D6D6D. Windows color (decimal): -14647077 or 14385184. OLE color: 14385184.

HSL color Cylindrical-coordinate representation of color #2080DB: hue angle of 209.2º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2080DB is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 128 219 -
CMYK 0.85 0.42 0 0.14
HSL 209.2º 0.75% 0.49% -
HSV(B) 209.2º 0.85% 0.86% -
XYZ 21.1 20.86 69.93 -
YUV 109.67 189.7 72.6 -
System Red Green Blue C M Y K H S L
Decimal 32 128 219 0.85 0.42 0 0.14 209.2 0.75 0.49
Hex 20 80 DB 55 2A 0 E D1 4B 31
Octal 40 200 333 125 52 0 16 321 113 61
Binary 100000 10000000 11011011 1010101 101010 0 1110 11010001 1001011 110001

Color Harmonies of #2080DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2080DB

Black with #2080DB

Text Example


Text Example

White with #2080DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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