Html Css Color HEX #2083EA Dodger Blue

📋 copy color: '#2083EA'

red 32 ◦ green 131 ◦ blue 234

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

Shades of Dodger Blue #2083EA

Tints of Dodger Blue #2083EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.94%

R = 8.06%
G = 33%
B = 58.94%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2083EA (or 0x2083EA) is known color: Dodger Blue. HEX triplet: 20, 83 and EA. RGB value is (32,131,234). Sum of RGB (Red+Green+Blue) = 32+131+234=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #2083EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2083EA is #DF7C15. Grayscale: #707070. Windows color (decimal): -14646294 or 15368992. OLE color: 15368992.

HSL color Cylindrical-coordinate representation of color #2083EA: hue angle of 210.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2083EA is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 131 234 -
CMYK 0.86 0.44 0 0.08
HSL 210.59º 0.83% 0.52% -
HSV(B) 210.59º 0.86% 0.92% -
XYZ 23.56 22.48 80.94 -
YUV 113.14 196.2 70.12 -
System Red Green Blue C M Y K H S L
Decimal 32 131 234 0.86 0.44 0 0.08 210.59 0.83 0.52
Hex 20 83 EA 56 2C 0 8 D3 53 34
Octal 40 203 352 126 54 0 10 323 123 64
Binary 100000 10000011 11101010 1010110 101100 0 1000 11010011 1010011 110100

Color Harmonies of #2083EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2083EA

Black with #2083EA

Text Example


Text Example

White with #2083EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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