Html Css Color HEX #2083DF Dodger Blue

📋 copy color: '#2083DF'

red 32 ◦ green 131 ◦ blue 223

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

Shades of Dodger Blue #2083DF

Tints of Dodger Blue #2083DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 8.29%
G = 33.94%
B = 57.77%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2083DF (or 0x2083DF) is known color: Dodger Blue. HEX triplet: 20, 83 and DF. RGB value is (32,131,223). Sum of RGB (Red+Green+Blue) = 32+131+223=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #2083DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2083DF is #DF7C20. Grayscale: #6F6F6F. Windows color (decimal): -14646305 or 14648096. OLE color: 14648096.

HSL color Cylindrical-coordinate representation of color #2083DF: hue angle of 208.9º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2083DF is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 131 223 -
CMYK 0.86 0.41 0 0.13
HSL 208.9º 0.75% 0.5% -
HSV(B) 208.9º 0.86% 0.87% -
XYZ 22.03 21.87 72.87 -
YUV 111.89 190.7 71.02 -
System Red Green Blue C M Y K H S L
Decimal 32 131 223 0.86 0.41 0 0.13 208.9 0.75 0.5
Hex 20 83 DF 56 29 0 D D1 4B 32
Octal 40 203 337 126 51 0 15 321 113 62
Binary 100000 10000011 11011111 1010110 101001 0 1101 11010001 1001011 110010

Color Harmonies of #2083DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2083DF

Black with #2083DF

Text Example


Text Example

White with #2083DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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