Html Css Color HEX #2083DB Dodger Blue

📋 copy color: '#2083DB'

red 32 ◦ green 131 ◦ blue 219

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

Shades of Dodger Blue #2083DB

Tints of Dodger Blue #2083DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.29%

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

R = 8.38%
G = 34.29%
B = 57.33%

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

#2083DB (or 0x2083DB) is known color: Dodger Blue. HEX triplet: 20, 83 and DB. RGB value is (32,131,219). Sum of RGB (Red+Green+Blue) = 32+131+219=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #2083DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2083DB is #DF7C24. Grayscale: #6E6E6E. Windows color (decimal): -14646309 or 14385952. OLE color: 14385952.

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

Color convert

RGB 32 131 219 -
CMYK 0.85 0.40 0 0.14
HSL 208.24º 0.75% 0.49% -
HSV(B) 208.24º 0.85% 0.86% -
XYZ 21.5 21.65 70.06 -
YUV 111.43 188.7 71.34 -
System Red Green Blue C M Y K H S L
Decimal 32 131 219 0.85 0.40 0 0.14 208.24 0.75 0.49
Hex 20 83 DB 55 28 0 E D0 4B 31
Octal 40 203 333 125 50 0 16 320 113 61
Binary 100000 10000011 11011011 1010101 101000 0 1110 11010000 1001011 110001

Color Harmonies of #2083DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2083DB

Black with #2083DB

Text Example


Text Example

White with #2083DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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