Html Css Color HEX #2083EB Dodger Blue

📋 copy color: '#2083EB'

red 32 ◦ green 131 ◦ blue 235

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

Shades of Dodger Blue #2083EB

Tints of Dodger Blue #2083EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 8.04%
G = 32.91%
B = 59.05%

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

#2083EB (or 0x2083EB) is known color: Dodger Blue. HEX triplet: 20, 83 and EB. RGB value is (32,131,235). Sum of RGB (Red+Green+Blue) = 32+131+235=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #2083EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2083EB is #DF7C14. Grayscale: #707070. Windows color (decimal): -14646293 or 15434528. OLE color: 15434528.

HSL color Cylindrical-coordinate representation of color #2083EB: hue angle of 210.74º degrees, saturation: 0.84, 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 #2083EB is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 131 235 -
CMYK 0.86 0.44 0 0.08
HSL 210.74º 0.84% 0.52% -
HSV(B) 210.74º 0.86% 0.92% -
XYZ 23.71 22.54 81.7 -
YUV 113.26 196.7 70.04 -
System Red Green Blue C M Y K H S L
Decimal 32 131 235 0.86 0.44 0 0.08 210.74 0.84 0.52
Hex 20 83 EB 56 2C 0 8 D3 54 34
Octal 40 203 353 126 54 0 10 323 124 64
Binary 100000 10000011 11101011 1010110 101100 0 1000 11010011 1010100 110100

Color Harmonies of #2083EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2083EB

Black with #2083EB

Text Example


Text Example

White with #2083EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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