#1C87D0

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

Shades of Curious Blue #1C87D0

Tints of Curious Blue #1C87D0

Color information

#1C87D0 (or 0x1C87D0) is unknown color: approx Curious Blue. HEX triplet: 1C, 87 and D0. RGB value is (28,135,208). Sum of RGB (Red+Green+Blue) = 28+135+208=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #1C87D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C87D0 is #E3782F. Grayscale: #6E6E6E. Windows color (decimal): -14907440 or 13666076. OLE color: 13666076.

HSL color Cylindrical-coordinate representation of color #1C87D0: hue angle of 204.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C87D0 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB28135208-
CMYK0.870.3500.18
HSL204.33º76.27%46.27%-
HSV(B)204.33º86.54%81.57%-
XYZ20.5322.1362.86-
YUV111.33182.5568.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.55%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 208 (81.64% from 255) = 56.06%
R=7.55%
G=36.39%
B=56.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal281352080.870.3500.18204.3376.2746.27
Hex1C87D05723012cc4c2e
Octal342073201274302231411456
Binary1110010000111110100001010111100011010010110011001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C87D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C87D0; }

 p { color: rgb(28,135,208); }

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

<style>
 a { background-color: #1C87D0; }

 a { background-color: rgb(28,135,208); }

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

<style>
 span { border-color: #1C87D0; }

 span { border-color: rgb(28,135,208); }

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