Html Css Color HEX #1789BD Pelorous

📋 copy color: '#1789BD'

red 23 ◦ green 137 ◦ blue 189

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

Shades of Pelorous #1789BD

Tints of Pelorous #1789BD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.26%

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

R = 6.59%
G = 39.26%
B = 54.15%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1789BD (or 0x1789BD) is known color: Pelorous. HEX triplet: 17, 89 and BD. RGB value is (23,137,189). Sum of RGB (Red+Green+Blue) = 23+137+189=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #1789BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1789BD is #E87642. Grayscale: #6C6C6C. Windows color (decimal): -15234627 or 12421399. OLE color: 12421399.

HSL color Cylindrical-coordinate representation of color #1789BD: hue angle of 198.8º 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 #1789BD is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 137 189 -
CMYK 0.88 0.28 0 0.26
HSL 198.8º 0.78% 0.42% -
HSV(B) 198.8º 0.88% 0.74% -
XYZ 18.48 21.75 51.37 -
YUV 108.84 173.23 66.77 -
System Red Green Blue C M Y K H S L
Decimal 23 137 189 0.88 0.28 0 0.26 198.8 0.78 0.42
Hex 17 89 BD 58 1C 0 1A C7 4E 2A
Octal 27 211 275 130 34 0 32 307 116 52
Binary 10111 10001001 10111101 1011000 11100 0 11010 11000111 1001110 101010

Color Harmonies of #1789BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1789BD

Black with #1789BD

Text Example


Text Example

White with #1789BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1789BD;
 }
 .AnyTagClassName
 {
   color: #1789BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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