#2A82CA

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

Shades of Curious Blue #2A82CA

Tints of Curious Blue #2A82CA

Color information

#2A82CA (or 0x2A82CA) is unknown color: approx Curious Blue. HEX triplet: 2A, 82 and CA. RGB value is (42,130,202). Sum of RGB (Red+Green+Blue) = 42+130+202=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 130 (51.17% from 255 or 34.76% 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 #2A82CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A82CA is #D57D35. Grayscale: #6F6F6F. Windows color (decimal): -13991222 or 13271594. OLE color: 13271594.

HSL color Cylindrical-coordinate representation of color #2A82CA: hue angle of 207º 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 #2A82CA is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB42130202-
CMYK0.790.3600.21
HSL207º65.57%47.84%-
HSV(B)207º79.21%79.22%-
XYZ19.620.7258.84-
YUV111.9178.8578.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.23%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 202 (79.30% from 255) = 54.01%
R=11.23%
G=34.76%
B=54.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421302020.790.3600.2120765.5747.84
Hex2A82CA4F24015cf4230
Octal522023121174402531710260
Binary10101010000010110010101001111100100010101110011111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A82CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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