#1887BF

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

Shades of Pelorous #1887BF

Tints of Pelorous #1887BF

Color information

#1887BF (or 0x1887BF) is unknown color: approx Pelorous. HEX triplet: 18, 87 and BF. RGB value is (24,135,191). Sum of RGB (Red+Green+Blue) = 24+135+191=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #1887BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1887BF is #E77840. Grayscale: #6B6B6B. Windows color (decimal): -15169601 or 12551960. OLE color: 12551960.

HSL color Cylindrical-coordinate representation of color #1887BF: hue angle of 200.12º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1887BF is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB24135191-
CMYK0.870.2900.25
HSL200.12º77.67%42.16%-
HSV(B)200.12º87.43%74.9%-
XYZ18.4421.2852.43-
YUV108.2174.7367.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.86%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 191 (75% from 255) = 54.57%
R=6.86%
G=38.57%
B=54.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241351910.870.2900.25200.1277.6742.16
Hex1887BF571D019c84e2a
Octal302072771273503131011652
Binary110001000011110111111101011111101011001110010001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1887BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1887BF; }

 p { color: rgb(24,135,191); }

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

<style>
 a { background-color: #1887BF; }

 a { background-color: rgb(24,135,191); }

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

<style>
 span { border-color: #1887BF; }

 span { border-color: rgb(24,135,191); }

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