#2086EF

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

Shades of Dodger Blue #2086EF

Tints of Dodger Blue #2086EF

Color information

#2086EF (or 0x2086EF) is unknown color: approx Dodger Blue. HEX triplet: 20, 86 and EF. RGB value is (32,134,239). Sum of RGB (Red+Green+Blue) = 32+134+239=405 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.90% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #2086EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2086EF is #DF7910. Grayscale: #727272. Windows color (decimal): -14645521 or 15697440. OLE color: 15697440.

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

Color convert

RGB32134239-
CMYK0.870.4400.06
HSL210.43º86.61%53.14%-
HSV(B)210.43º86.61%93.73%-
XYZ24.723.5984.91-
YUV115.47197.7168.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.90%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 239 (93.75% from 255) = 59.01%
R=7.90%
G=33.09%
B=59.01%

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
Decimal321342390.870.4400.06210.4386.6153.14
Hex2086EF572C06d25735
Octal40206357127540632212765
Binary100000100001101110111110101111011000110110100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2086EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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