#1787BD

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

Shades of Pelorous #1787BD

Tints of Pelorous #1787BD

Color information

#1787BD (or 0x1787BD) is unknown color: approx Pelorous. HEX triplet: 17, 87 and BD. RGB value is (23,135,189). Sum of RGB (Red+Green+Blue) = 23+135+189=347 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.63% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #1787BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1787BD is #E87842. Grayscale: #6B6B6B. Windows color (decimal): -15235139 or 12420887. OLE color: 12420887.

HSL color Cylindrical-coordinate representation of color #1787BD: hue angle of 199.52º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1787BD is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB23135189-
CMYK0.880.2900.26
HSL199.52º78.3%41.57%-
HSV(B)199.52º87.83%74.12%-
XYZ18.221.1851.27-
YUV107.67173.8967.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.63%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=6.63%
G=38.90%
B=54.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal231351890.880.2900.26199.5278.341.57
Hex1787BD581D01Ac84e2a
Octal272072751303503231011652
Binary101111000011110111101101100011101011010110010001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1787BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1787BD; }

 p { color: rgb(23,135,189); }

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

<style>
 a { background-color: #1787BD; }

 a { background-color: rgb(23,135,189); }

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

<style>
 span { border-color: #1787BD; }

 span { border-color: rgb(23,135,189); }

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