#1987B2

Color #1987B2 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1987B2

Tints of Pelorous #1987B2

Color information

#1987B2 (or 0x1987B2) is unknown color: approx Pelorous. HEX triplet: 19, 87 and B2. RGB value is (25,135,178). Sum of RGB (Red+Green+Blue) = 25+135+178=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 178 (69.92% from 255 or 52.66% from 338); Max value from RGB is 178 - color contains mainly: blue. Hex color #1987B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1987B2 is #E6784D. Grayscale: #6A6A6A. Windows color (decimal): -15104078 or 11699993. OLE color: 11699993.

HSL color Cylindrical-coordinate representation of color #1987B2: hue angle of 196.86º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1987B2 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB25135178-
CMYK0.860.2400.30
HSL196.86º75.37%39.8%-
HSV(B)196.86º85.96%69.8%-
XYZ17.120.7545.22-
YUV107.01168.0669.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.40%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 178 (69.92% from 255) = 52.66%
R=7.40%
G=39.94%
B=52.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal251351780.860.2400.30196.8675.3739.8
Hex1987B2561801Ec54b28
Octal312072621263003630511350
Binary110011000011110110010101011011000011110110001011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1987B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1987B2; }

 p { color: rgb(25,135,178); }

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

<style>
 a { background-color: #1987B2; }

 a { background-color: rgb(25,135,178); }

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

<style>
 span { border-color: #1987B2; }

 span { border-color: rgb(25,135,178); }

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