#2A87BB

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

Shades of Curious Blue #2A87BB

Tints of Curious Blue #2A87BB

Color information

#2A87BB (or 0x2A87BB) is unknown color: approx Curious Blue. HEX triplet: 2A, 87 and BB. RGB value is (42,135,187). Sum of RGB (Red+Green+Blue) = 42+135+187=364 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.54% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A87BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A87BB is #D57844. Grayscale: #707070. Windows color (decimal): -13989957 or 12289834. OLE color: 12289834.

HSL color Cylindrical-coordinate representation of color #2A87BB: hue angle of 201.52º 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 #2A87BB is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42135187-
CMYK0.780.2800.27
HSL201.52º63.32%44.9%-
HSV(B)201.52º77.54%73.33%-
XYZ18.5921.4150.17-
YUV113.12169.6977.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.54%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 187 (73.44% from 255) = 51.37%
R=11.54%
G=37.09%
B=51.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421351870.780.2800.27201.5263.3244.9
Hex2A87BB4E1C01Bca3f2d
Octal52207273116340333127755
Binary101010100001111011101110011101110001101111001010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A87BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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