Html Css Color HEX #2081DB Dodger Blue

📋 copy color: '#2081DB'

red 32 ◦ green 129 ◦ blue 219

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

Shades of Dodger Blue #2081DB

Tints of Dodger Blue #2081DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.95%

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

R = 8.42%
G = 33.95%
B = 57.63%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2081DB (or 0x2081DB) is known color: Dodger Blue. HEX triplet: 20, 81 and DB. RGB value is (32,129,219). Sum of RGB (Red+Green+Blue) = 32+129+219=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #2081DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2081DB is #DF7E24. Grayscale: #6D6D6D. Windows color (decimal): -14646821 or 14385440. OLE color: 14385440.

HSL color Cylindrical-coordinate representation of color #2081DB: hue angle of 208.88º 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 #2081DB is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 129 219 -
CMYK 0.85 0.41 0 0.14
HSL 208.88º 0.75% 0.49% -
HSV(B) 208.88º 0.85% 0.86% -
XYZ 21.23 21.12 69.98 -
YUV 110.26 189.36 72.18 -
System Red Green Blue C M Y K H S L
Decimal 32 129 219 0.85 0.41 0 0.14 208.88 0.75 0.49
Hex 20 81 DB 55 29 0 E D1 4B 31
Octal 40 201 333 125 51 0 16 321 113 61
Binary 100000 10000001 11011011 1010101 101001 0 1110 11010001 1001011 110001

Color Harmonies of #2081DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2081DB

Black with #2081DB

Text Example


Text Example

White with #2081DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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