Html Css Color HEX #1787BD Pelorous

📋 copy color: '#1787BD'

red 23 ◦ green 135 ◦ blue 189

#1787BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #1787BD

Tints of Pelorous #1787BD

RGB

 RED value IS 23 (9.38% from 255) = 6.63%

 GREEN value IS 135 (53.13% from 255) = 38.9%

 BLUE value IS 189 (74.22% from 255) = 54.47%

R = 6.63%
G = 38.9%
B = 54.47%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1787BD (or 0x1787BD) is known color: 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

RGB 23 135 189 -
CMYK 0.88 0.29 0 0.26
HSL 199.52º 0.78% 0.42% -
HSV(B) 199.52º 0.88% 0.74% -
XYZ 18.2 21.18 51.27 -
YUV 107.67 173.89 67.61 -
System Red Green Blue C M Y K H S L
Decimal 23 135 189 0.88 0.29 0 0.26 199.52 0.78 0.42
Hex 17 87 BD 58 1D 0 1A C8 4E 2A
Octal 27 207 275 130 35 0 32 310 116 52
Binary 10111 10000111 10111101 1011000 11101 0 11010 11001000 1001110 101010

Color Harmonies of #1787BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1787BD

Black with #1787BD

Text Example


Text Example

White with #1787BD

Text Example


Text Example

HTML Codes & Css Web 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>