Html Css Color HEX #1795BD Pelorous

📋 copy color: '#1795BD'

red 23 ◦ green 149 ◦ blue 189

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

Shades of Pelorous #1795BD

Tints of Pelorous #1795BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

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

R = 6.37%
G = 41.27%
B = 52.35%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1795BD (or 0x1795BD) is known color: Pelorous. HEX triplet: 17, 95 and BD. RGB value is (23,149,189). Sum of RGB (Red+Green+Blue) = 23+149+189=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #1795BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1795BD is #E86A42. Grayscale: #737373. Windows color (decimal): -15231555 or 12424471. OLE color: 12424471.

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

Color convert

RGB 23 149 189 -
CMYK 0.88 0.21 0 0.26
HSL 194.46º 0.78% 0.42% -
HSV(B) 194.46º 0.88% 0.74% -
XYZ 20.29 25.35 51.97 -
YUV 115.89 169.26 61.75 -
System Red Green Blue C M Y K H S L
Decimal 23 149 189 0.88 0.21 0 0.26 194.46 0.78 0.42
Hex 17 95 BD 58 15 0 1A C2 4E 2A
Octal 27 225 275 130 25 0 32 302 116 52
Binary 10111 10010101 10111101 1011000 10101 0 11010 11000010 1001110 101010

Color Harmonies of #1795BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1795BD

Black with #1795BD

Text Example


Text Example

White with #1795BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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