Html Css Color HEX #2080EB Dodger Blue

📋 copy color: '#2080EB'

red 32 ◦ green 128 ◦ blue 235

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

Shades of Dodger Blue #2080EB

Tints of Dodger Blue #2080EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.49%

R = 8.1%
G = 32.41%
B = 59.49%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2080EB (or 0x2080EB) is known color: Dodger Blue. HEX triplet: 20, 80 and EB. RGB value is (32,128,235). Sum of RGB (Red+Green+Blue) = 32+128+235=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #2080EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2080EB is #DF7F14. Grayscale: #6E6E6E. Windows color (decimal): -14647061 or 15433760. OLE color: 15433760.

HSL color Cylindrical-coordinate representation of color #2080EB: hue angle of 211.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2080EB is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 128 235 -
CMYK 0.86 0.46 0 0.08
HSL 211.63º 0.84% 0.52% -
HSV(B) 211.63º 0.86% 0.92% -
XYZ 23.31 21.74 81.57 -
YUV 111.49 197.7 71.3 -
System Red Green Blue C M Y K H S L
Decimal 32 128 235 0.86 0.46 0 0.08 211.63 0.84 0.52
Hex 20 80 EB 56 2E 0 8 D4 54 34
Octal 40 200 353 126 56 0 10 324 124 64
Binary 100000 10000000 11101011 1010110 101110 0 1000 11010100 1010100 110100

Color Harmonies of #2080EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2080EB

Black with #2080EB

Text Example


Text Example

White with #2080EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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