#2084DF

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

Shades of Dodger Blue #2084DF

Tints of Dodger Blue #2084DF

Color information

#2084DF (or 0x2084DF) is unknown color: approx Dodger Blue. HEX triplet: 20, 84 and DF. RGB value is (32,132,223). Sum of RGB (Red+Green+Blue) = 32+132+223=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #2084DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2084DF is #DF7B20. Grayscale: #707070. Windows color (decimal): -14646049 or 14648352. OLE color: 14648352.

HSL color Cylindrical-coordinate representation of color #2084DF: hue angle of 208.59º 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 #2084DF is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB32132223-
CMYK0.860.4100.13
HSL208.59º74.9%50%-
HSV(B)208.59º85.65%87.45%-
XYZ22.1722.1472.92-
YUV112.47190.3770.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.27%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 223 (87.5% from 255) = 57.62%
R=8.27%
G=34.11%
B=57.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal321322230.860.4100.13208.5974.950
Hex2084DF56290Dd14b32
Octal402043371265101532111362
Binary1000001000010011011111101011010100101101110100011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2084DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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