#2086B4

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

Shades of Pelorous #2086B4

Tints of Pelorous #2086B4

Color information

#2086B4 (or 0x2086B4) is unknown color: approx Pelorous. HEX triplet: 20, 86 and B4. RGB value is (32,134,180). Sum of RGB (Red+Green+Blue) = 32+134+180=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #2086B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2086B4 is #DF794B. Grayscale: #6C6C6C. Windows color (decimal): -14645580 or 11830816. OLE color: 11830816.

HSL color Cylindrical-coordinate representation of color #2086B4: hue angle of 198.65º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2086B4 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB32134180-
CMYK0.820.2600.29
HSL198.65º69.81%41.57%-
HSV(B)198.65º82.22%70.59%-
XYZ17.3620.6546.25-
YUV108.75168.2173.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.25%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 180 (70.70% from 255) = 52.02%
R=9.25%
G=38.73%
B=52.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal321341800.820.2600.29198.6569.8141.57
Hex2086B4521A01Dc7462a
Octal402062641223203530710652
Binary1000001000011010110100101001011010011101110001111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2086B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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