#2b87d6

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

Shades of Curious Blue #2B87D6

Tints of Curious Blue #2B87D6

Color information

#2B87D6 (or 0x2B87D6) is unknown color: approx Curious Blue. HEX triplet: 2B, 87 and D6. RGB value is (43,135,214). Sum of RGB (Red+Green+Blue) = 43+135+214=392 (51% of max value = 765). Red value is 43 (17.19% from 255 or 10.97% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 214 (83.98% from 255 or 54.59% from 392); Max value from RGB is 214 - color contains mainly: blue. Hex color #2B87D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B87D6 is #D47829. Grayscale: #747474. Windows color (decimal): -13924394 or 14059307. OLE color: 14059307.

HSL color Cylindrical-coordinate representation of color #2B87D6: hue angle of 207.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B87D6 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB43135214-
CMYK0.800.3700.16
HSL207.72º67.59%50.39%-
HSV(B)207.72º79.91%83.92%-
XYZ21.822.766.85-
YUV116.5183.0275.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.97%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 214 (83.98% from 255) = 54.59%
R=10.97%
G=34.44%
B=54.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal431352140.800.3700.16207.7267.5950.39
Hex2B87D65025010d04432
Octal532073261204502032010462
Binary10101110000111110101101010000100101010000110100001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b87d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,135,214); }

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

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

 a { background-color: rgb(43,135,214); }

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

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

 span { border-color: rgb(43,135,214); }

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