#2A87BC

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

Shades of Curious Blue #2A87BC

Tints of Curious Blue #2A87BC

Color information

#2A87BC (or 0x2A87BC) is unknown color: approx Curious Blue. HEX triplet: 2A, 87 and BC. RGB value is (42,135,188). Sum of RGB (Red+Green+Blue) = 42+135+188=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A87BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A87BC is #D57843. Grayscale: #707070. Windows color (decimal): -13989956 or 12355370. OLE color: 12355370.

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

Color convert

RGB42135188-
CMYK0.780.2800.26
HSL201.78º63.48%45.1%-
HSV(B)201.78º77.66%73.73%-
XYZ18.721.4550.73-
YUV113.24170.1977.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.51%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 188 (73.83% from 255) = 51.51%
R=11.51%
G=36.99%
B=51.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal421351880.780.2800.26201.7863.4845.1
Hex2A87BC4E1C01Aca3f2d
Octal52207274116340323127755
Binary101010100001111011110010011101110001101011001010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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