Html Css Color HEX #2083DA Dodger Blue

📋 copy color: '#2083DA'

red 32 ◦ green 131 ◦ blue 218

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

Shades of Dodger Blue #2083DA

Tints of Dodger Blue #2083DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 8.4%
G = 34.38%
B = 57.22%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2083DA (or 0x2083DA) is known color: Dodger Blue. HEX triplet: 20, 83 and DA. RGB value is (32,131,218). Sum of RGB (Red+Green+Blue) = 32+131+218=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #2083DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2083DA is #DF7C25. Grayscale: #6E6E6E. Windows color (decimal): -14646310 or 14320416. OLE color: 14320416.

HSL color Cylindrical-coordinate representation of color #2083DA: hue angle of 208.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2083DA is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 131 218 -
CMYK 0.85 0.40 0 0.15
HSL 208.06º 0.74% 0.49% -
HSV(B) 208.06º 0.85% 0.85% -
XYZ 21.37 21.6 69.37 -
YUV 111.32 188.2 71.43 -
System Red Green Blue C M Y K H S L
Decimal 32 131 218 0.85 0.40 0 0.15 208.06 0.74 0.49
Hex 20 83 DA 55 28 0 F D0 4A 31
Octal 40 203 332 125 50 0 17 320 112 61
Binary 100000 10000011 11011010 1010101 101000 0 1111 11010000 1001010 110001

Color Harmonies of #2083DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2083DA

Black with #2083DA

Text Example


Text Example

White with #2083DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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