Html Css Color HEX #1795BC Pelorous

📋 copy color: '#1795BC'

red 23 ◦ green 149 ◦ blue 188

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

Shades of Pelorous #1795BC

Tints of Pelorous #1795BC

RGB

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

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

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

R = 6.39%
G = 41.39%
B = 52.22%

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

#1795BC (or 0x1795BC) is known color: Pelorous. HEX triplet: 17, 95 and BC. RGB value is (23,149,188). Sum of RGB (Red+Green+Blue) = 23+149+188=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #1795BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1795BC is #E86A43. Grayscale: #737373. Windows color (decimal): -15231556 or 12358935. OLE color: 12358935.

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

Color convert

RGB 23 149 188 -
CMYK 0.88 0.21 0 0.26
HSL 194.18º 0.78% 0.41% -
HSV(B) 194.18º 0.88% 0.74% -
XYZ 20.18 25.31 51.4 -
YUV 115.77 168.76 61.83 -
System Red Green Blue C M Y K H S L
Decimal 23 149 188 0.88 0.21 0 0.26 194.18 0.78 0.41
Hex 17 95 BC 58 15 0 1A C2 4E 29
Octal 27 225 274 130 25 0 32 302 116 51
Binary 10111 10010101 10111100 1011000 10101 0 11010 11000010 1001110 101001

Color Harmonies of #1795BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1795BC

Black with #1795BC

Text Example


Text Example

White with #1795BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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