Html Css Color HEX #2080F1 Dodger Blue

📋 copy color: '#2080F1'

red 32 ◦ green 128 ◦ blue 241

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

Shades of Dodger Blue #2080F1

Tints of Dodger Blue #2080F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.1%

R = 7.98%
G = 31.92%
B = 60.1%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2080F1 (or 0x2080F1) is known color: Dodger Blue. HEX triplet: 20, 80 and F1. RGB value is (32,128,241). Sum of RGB (Red+Green+Blue) = 32+128+241=401 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.98% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #2080F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2080F1 is #DF7F0E. Grayscale: #6F6F6F. Windows color (decimal): -14647055 or 15826976. OLE color: 15826976.

HSL color Cylindrical-coordinate representation of color #2080F1: hue angle of 212.44º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2080F1 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 128 241 -
CMYK 0.87 0.47 0 0.05
HSL 212.44º 0.88% 0.54% -
HSV(B) 212.44º 0.87% 0.95% -
XYZ 24.19 22.1 86.21 -
YUV 112.18 200.7 70.81 -
System Red Green Blue C M Y K H S L
Decimal 32 128 241 0.87 0.47 0 0.05 212.44 0.88 0.54
Hex 20 80 F1 57 2F 0 5 D4 58 36
Octal 40 200 361 127 57 0 5 324 130 66
Binary 100000 10000000 11110001 1010111 101111 0 101 11010100 1011000 110110

Color Harmonies of #2080F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2080F1

Black with #2080F1

Text Example


Text Example

White with #2080F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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