Html Css Color HEX #2095C4 Pelorous

📋 copy color: '#2095C4'

red 32 ◦ green 149 ◦ blue 196

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

Shades of Pelorous #2095C4

Tints of Pelorous #2095C4

RGB

 RED value IS 32 (12.89% from 255) = 8.49%

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

 BLUE value IS 196 (76.95% from 255) = 51.99%

R = 8.49%
G = 39.52%
B = 51.99%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2095C4 (or 0x2095C4) is known color: Pelorous. HEX triplet: 20, 95 and C4. RGB value is (32,149,196). Sum of RGB (Red+Green+Blue) = 32+149+196=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #2095C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2095C4 is #DF6A3B. Grayscale: #777777. Windows color (decimal): -14641724 or 12883232. OLE color: 12883232.

HSL color Cylindrical-coordinate representation of color #2095C4: hue angle of 197.2º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2095C4 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 149 196 -
CMYK 0.84 0.24 0 0.23
HSL 197.2º 0.72% 0.45% -
HSV(B) 197.2º 0.84% 0.77% -
XYZ 21.31 25.79 56.08 -
YUV 119.38 171.24 65.68 -
System Red Green Blue C M Y K H S L
Decimal 32 149 196 0.84 0.24 0 0.23 197.2 0.72 0.45
Hex 20 95 C4 54 18 0 17 C5 48 2D
Octal 40 225 304 124 30 0 27 305 110 55
Binary 100000 10010101 11000100 1010100 11000 0 10111 11000101 1001000 101101

Color Harmonies of #2095C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2095C4

Black with #2095C4

Text Example


Text Example

White with #2095C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2095C4; }

 p { color: rgb(32,149,196); }

 H1.HeaderClassName
 {
   color: #2095C4;
 }
 .AnyTagClassName
 {
   color: #2095C4;
 }
</style>

background-color css

<style>
 a { background-color: #2095C4; }

 a { background-color: rgb(32,149,196); }

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

border-color css

<style>
 span { border-color: #2095C4; }

 span { border-color: rgb(32,149,196); }

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