#2085EF

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

Shades of Dodger Blue #2085EF

Tints of Dodger Blue #2085EF

Color information

#2085EF (or 0x2085EF) is unknown color: approx Dodger Blue. HEX triplet: 20, 85 and EF. RGB value is (32,133,239). Sum of RGB (Red+Green+Blue) = 32+133+239=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #2085EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2085EF is #DF7A10. Grayscale: #727272. Windows color (decimal): -14645777 or 15697184. OLE color: 15697184.

HSL color Cylindrical-coordinate representation of color #2085EF: hue angle of 210.72º 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 #2085EF is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB32133239-
CMYK0.870.4400.06
HSL210.72º86.61%53.14%-
HSV(B)210.72º86.61%93.73%-
XYZ24.5623.3184.87-
YUV114.88198.0468.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.92%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 239 (93.75% from 255) = 59.16%
R=7.92%
G=32.92%
B=59.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal321332390.870.4400.06210.7286.6153.14
Hex2085EF572C06d35735
Octal40205357127540632312765
Binary100000100001011110111110101111011000110110100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2085EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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