Html Css Color HEX #1789BF Pelorous

📋 copy color: '#1789BF'

red 23 ◦ green 137 ◦ blue 191

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

Shades of Pelorous #1789BF

Tints of Pelorous #1789BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.42%

R = 6.55%
G = 39.03%
B = 54.42%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1789BF (or 0x1789BF) is known color: Pelorous. HEX triplet: 17, 89 and BF. RGB value is (23,137,191). Sum of RGB (Red+Green+Blue) = 23+137+191=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #1789BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1789BF is #E87640. Grayscale: #6C6C6C. Windows color (decimal): -15234625 or 12552471. OLE color: 12552471.

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

Color convert

RGB 23 137 191 -
CMYK 0.88 0.28 0 0.25
HSL 199.29º 0.79% 0.42% -
HSV(B) 199.29º 0.88% 0.75% -
XYZ 18.7 21.84 52.52 -
YUV 109.07 174.23 66.61 -
System Red Green Blue C M Y K H S L
Decimal 23 137 191 0.88 0.28 0 0.25 199.29 0.79 0.42
Hex 17 89 BF 58 1C 0 19 C7 4F 2A
Octal 27 211 277 130 34 0 31 307 117 52
Binary 10111 10001001 10111111 1011000 11100 0 11001 11000111 1001111 101010

Color Harmonies of #1789BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1789BF

Black with #1789BF

Text Example


Text Example

White with #1789BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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