Html Css Color HEX #1789BC Pelorous

📋 copy color: '#1789BC'

red 23 ◦ green 137 ◦ blue 188

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

Shades of Pelorous #1789BC

Tints of Pelorous #1789BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 6.61%
G = 39.37%
B = 54.02%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1789BC (or 0x1789BC) is known color: Pelorous. HEX triplet: 17, 89 and BC. RGB value is (23,137,188). Sum of RGB (Red+Green+Blue) = 23+137+188=348 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.61% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #1789BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1789BC is #E87643. Grayscale: #6C6C6C. Windows color (decimal): -15234628 or 12355863. OLE color: 12355863.

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

Color convert

RGB 23 137 188 -
CMYK 0.88 0.27 0 0.26
HSL 198.55º 0.78% 0.41% -
HSV(B) 198.55º 0.88% 0.74% -
XYZ 18.38 21.7 50.8 -
YUV 108.73 172.73 66.85 -
System Red Green Blue C M Y K H S L
Decimal 23 137 188 0.88 0.27 0 0.26 198.55 0.78 0.41
Hex 17 89 BC 58 1B 0 1A C7 4E 29
Octal 27 211 274 130 33 0 32 307 116 51
Binary 10111 10001001 10111100 1011000 11011 0 11010 11000111 1001110 101001

Color Harmonies of #1789BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1789BC

Black with #1789BC

Text Example


Text Example

White with #1789BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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