#2086E0

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

Shades of Dodger Blue #2086E0

Tints of Dodger Blue #2086E0

Color information

#2086E0 (or 0x2086E0) is unknown color: approx Dodger Blue. HEX triplet: 20, 86 and E0. RGB value is (32,134,224). Sum of RGB (Red+Green+Blue) = 32+134+224=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 224 (87.89% from 255 or 57.44% from 390); Max value from RGB is 224 - color contains mainly: blue. Hex color #2086E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2086E0 is #DF791F. Grayscale: #717171. Windows color (decimal): -14645536 or 14714400. OLE color: 14714400.

HSL color Cylindrical-coordinate representation of color #2086E0: hue angle of 208.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2086E0 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB32134224-
CMYK0.860.4000.12
HSL208.12º75.59%50.2%-
HSV(B)208.12º85.71%87.84%-
XYZ22.5822.7473.72-
YUV113.76190.2169.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.21%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 224 (87.89% from 255) = 57.44%
R=8.21%
G=34.36%
B=57.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal321342240.860.4000.12208.1275.5950.2
Hex2086E056280Cd04c32
Octal402063401265001432011462
Binary1000001000011011100000101011010100001100110100001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2086E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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