#2C80CA

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

Shades of Curious Blue #2C80CA

Tints of Curious Blue #2C80CA

Color information

#2C80CA (or 0x2C80CA) is unknown color: approx Curious Blue. HEX triplet: 2C, 80 and CA. RGB value is (44,128,202). Sum of RGB (Red+Green+Blue) = 44+128+202=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C80CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C80CA is #D37F35. Grayscale: #6E6E6E. Windows color (decimal): -13860662 or 13271084. OLE color: 13271084.

HSL color Cylindrical-coordinate representation of color #2C80CA: hue angle of 208.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C80CA is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB44128202-
CMYK0.780.3700.21
HSL208.1º64.23%48.24%-
HSV(B)208.1º78.22%79.22%-
XYZ19.4220.2458.76-
YUV111.32179.1779.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.76%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 202 (79.30% from 255) = 54.01%
R=11.76%
G=34.22%
B=54.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal441282020.780.3700.21208.164.2348.24
Hex2C80CA4E25015d04030
Octal542003121164502532010060
Binary10110010000000110010101001110100101010101110100001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C80CA; }

 p { color: rgb(44,128,202); }

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

<style>
 a { background-color: #2C80CA; }

 a { background-color: rgb(44,128,202); }

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

<style>
 span { border-color: #2C80CA; }

 span { border-color: rgb(44,128,202); }

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