#2A80BB

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

Shades of Curious Blue #2A80BB

Tints of Curious Blue #2A80BB

Color information

#2A80BB (or 0x2A80BB) is unknown color: approx Curious Blue. HEX triplet: 2A, 80 and BB. RGB value is (42,128,187). Sum of RGB (Red+Green+Blue) = 42+128+187=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A80BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A80BB is #D57F44. Grayscale: #6C6C6C. Windows color (decimal): -13991749 or 12288042. OLE color: 12288042.

HSL color Cylindrical-coordinate representation of color #2A80BB: hue angle of 204.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A80BB is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42128187-
CMYK0.780.3200.27
HSL204.41º63.32%44.9%-
HSV(B)204.41º77.54%73.33%-
XYZ17.6419.5249.85-
YUV109.01172.0180.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.76%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 187 (73.44% from 255) = 52.38%
R=11.76%
G=35.85%
B=52.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421281870.780.3200.27204.4163.3244.9
Hex2A80BB4E2001Bcc3f2d
Octal52200273116400333147755
Binary1010101000000010111011100111010000001101111001100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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