#2A80CA

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

Shades of Curious Blue #2A80CA

Tints of Curious Blue #2A80CA

Color information

#2A80CA (or 0x2A80CA) is unknown color: approx Curious Blue. HEX triplet: 2A, 80 and CA. RGB value is (42,128,202). Sum of RGB (Red+Green+Blue) = 42+128+202=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A80CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A80CA is #D57F35. Grayscale: #6E6E6E. Windows color (decimal): -13991734 or 13271082. OLE color: 13271082.

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

Color convert

RGB42128202-
CMYK0.790.3700.21
HSL207.75º65.57%47.84%-
HSV(B)207.75º79.21%79.22%-
XYZ19.3320.1958.76-
YUV110.72179.5178.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.29%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=11.29%
G=34.41%
B=54.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421282020.790.3700.21207.7565.5747.84
Hex2A80CA4F25015d04230
Octal522003121174502532010260
Binary10101010000000110010101001111100101010101110100001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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