#2086CA

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

Shades of Curious Blue #2086CA

Tints of Curious Blue #2086CA

Color information

#2086CA (or 0x2086CA) is unknown color: approx Curious Blue. HEX triplet: 20, 86 and CA. RGB value is (32,134,202). Sum of RGB (Red+Green+Blue) = 32+134+202=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #2086CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2086CA is #DF7935. Grayscale: #6E6E6E. Windows color (decimal): -14645558 or 13272608. OLE color: 13272608.

HSL color Cylindrical-coordinate representation of color #2086CA: hue angle of 204º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2086CA is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB32134202-
CMYK0.840.3400.21
HSL204º72.65%45.88%-
HSV(B)204º84.16%79.22%-
XYZ19.7821.6259.01-
YUV111.25179.2171.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.70%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 202 (79.30% from 255) = 54.89%
R=8.70%
G=36.41%
B=54.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal321342020.840.3400.2120472.6545.88
Hex2086CA5422015cc492e
Octal402063121244202531411156
Binary10000010000110110010101010100100010010101110011001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2086CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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