#1787BE

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

Shades of Pelorous #1787BE

Tints of Pelorous #1787BE

Color information

#1787BE (or 0x1787BE) is unknown color: approx Pelorous. HEX triplet: 17, 87 and BE. RGB value is (23,135,190). Sum of RGB (Red+Green+Blue) = 23+135+190=348 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.61% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #1787BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1787BE is #E87841. Grayscale: #6B6B6B. Windows color (decimal): -15235138 or 12486423. OLE color: 12486423.

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

Color convert

RGB23135190-
CMYK0.880.2900.25
HSL199.76º78.4%41.76%-
HSV(B)199.76º87.89%74.51%-
XYZ18.3121.2351.85-
YUV107.78174.3967.53-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.61%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 190 (74.61% from 255) = 54.60%
R=6.61%
G=38.79%
B=54.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal231351900.880.2900.25199.7678.441.76
Hex1787BE581D019c84e2a
Octal272072761303503131011652
Binary101111000011110111110101100011101011001110010001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1787BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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