Html Css Color HEX #2084DB Dodger Blue

📋 copy color: '#2084DB'

red 32 ◦ green 132 ◦ blue 219

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

Shades of Dodger Blue #2084DB

Tints of Dodger Blue #2084DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.46%

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

R = 8.36%
G = 34.46%
B = 57.18%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2084DB (or 0x2084DB) is known color: Dodger Blue. HEX triplet: 20, 84 and DB. RGB value is (32,132,219). Sum of RGB (Red+Green+Blue) = 32+132+219=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #2084DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2084DB is #DF7B24. Grayscale: #6F6F6F. Windows color (decimal): -14646053 or 14386208. OLE color: 14386208.

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

Color convert

RGB 32 132 219 -
CMYK 0.85 0.40 0 0.14
HSL 207.91º 0.75% 0.49% -
HSV(B) 207.91º 0.85% 0.86% -
XYZ 21.63 21.92 70.11 -
YUV 112.02 188.37 70.93 -
System Red Green Blue C M Y K H S L
Decimal 32 132 219 0.85 0.40 0 0.14 207.91 0.75 0.49
Hex 20 84 DB 55 28 0 E D0 4B 31
Octal 40 204 333 125 50 0 16 320 113 61
Binary 100000 10000100 11011011 1010101 101000 0 1110 11010000 1001011 110001

Color Harmonies of #2084DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2084DB

Black with #2084DB

Text Example


Text Example

White with #2084DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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