#2084EF

Color #2084EF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2084EF

Tints of Dodger Blue #2084EF

Color information

#2084EF (or 0x2084EF) is unknown color: approx Dodger Blue. HEX triplet: 20, 84 and EF. RGB value is (32,132,239). Sum of RGB (Red+Green+Blue) = 32+132+239=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #2084EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2084EF is #DF7B10. Grayscale: #717171. Windows color (decimal): -14646033 or 15696928. OLE color: 15696928.

HSL color Cylindrical-coordinate representation of color #2084EF: hue angle of 211.01º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2084EF is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB32132239-
CMYK0.870.4500.06
HSL211.01º86.61%53.14%-
HSV(B)211.01º86.61%93.73%-
XYZ24.4323.0484.82-
YUV114.3198.3769.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.94%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 239 (93.75% from 255) = 59.31%
R=7.94%
G=32.75%
B=59.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal321322390.870.4500.06211.0186.6153.14
Hex2084EF572D06d35735
Octal40204357127550632312765
Binary100000100001001110111110101111011010110110100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2084EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2084EF; }

 p { color: rgb(32,132,239); }

 H1.HeaderClassName
 {
   color: #2084EF;
 }
 .AnyTagClassName
 {
   color: #2084EF;
 }
</style>
background-color css

<style>
 a { background-color: #2084EF; }

 a { background-color: rgb(32,132,239); }

 div.DivClassName
 {
   background-color: #2084EF;
 }
 .BgClassName
 {
   background-color: #2084EF;
 }
</style>
border-color css

<style>
 span { border-color: #2084EF; }

 span { border-color: rgb(32,132,239); }

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