#2C80CE

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

Shades of Curious Blue #2C80CE

Tints of Curious Blue #2C80CE

Color information

#2C80CE (or 0x2C80CE) is unknown color: approx Curious Blue. HEX triplet: 2C, 80 and CE. RGB value is (44,128,206). Sum of RGB (Red+Green+Blue) = 44+128+206=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C80CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C80CE is #D37F31. Grayscale: #6F6F6F. Windows color (decimal): -13860658 or 13533228. OLE color: 13533228.

HSL color Cylindrical-coordinate representation of color #2C80CE: hue angle of 208.89º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C80CE is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB44128206-
CMYK0.790.3800.19
HSL208.89º64.8%49.02%-
HSV(B)208.89º78.64%80.78%-
XYZ19.920.4361.29-
YUV111.78181.1779.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.64%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 206 (80.86% from 255) = 54.50%
R=11.64%
G=33.86%
B=54.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal441282060.790.3800.19208.8964.849.02
Hex2C80CE4F26013d14131
Octal542003161174602332110161
Binary10110010000000110011101001111100110010011110100011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C80CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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