#2C87D9

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

Shades of Curious Blue #2C87D9

Tints of Curious Blue #2C87D9

Color information

#2C87D9 (or 0x2C87D9) is unknown color: approx Curious Blue. HEX triplet: 2C, 87 and D9. RGB value is (44,135,217). Sum of RGB (Red+Green+Blue) = 44+135+217=396 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.11% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #2C87D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C87D9 is #D37826. Grayscale: #747474. Windows color (decimal): -13858855 or 14255916. OLE color: 14255916.

HSL color Cylindrical-coordinate representation of color #2C87D9: hue angle of 208.44º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C87D9 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB44135217-
CMYK0.800.3800.15
HSL208.44º69.48%51.18%-
HSV(B)208.44º79.72%85.1%-
XYZ22.2322.8768.89-
YUV117.14184.3575.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.11%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 217 (85.16% from 255) = 54.80%
R=11.11%
G=34.09%
B=54.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal441352170.800.3800.15208.4469.4851.18
Hex2C87D950260Fd04533
Octal542073311204601732010563
Binary1011001000011111011001101000010011001111110100001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C87D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,135,217); }

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

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

 a { background-color: rgb(44,135,217); }

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

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

 span { border-color: rgb(44,135,217); }

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