Html Css Color HEX #2095CC Pelorous

📋 copy color: '#2095CC'

red 32 ◦ green 149 ◦ blue 204

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

Shades of Pelorous #2095CC

Tints of Pelorous #2095CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 8.31%
G = 38.7%
B = 52.99%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2095CC (or 0x2095CC) is known color: Pelorous. HEX triplet: 20, 95 and CC. RGB value is (32,149,204). Sum of RGB (Red+Green+Blue) = 32+149+204=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #2095CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2095CC is #DF6A33. Grayscale: #777777. Windows color (decimal): -14641716 or 13407520. OLE color: 13407520.

HSL color Cylindrical-coordinate representation of color #2095CC: hue angle of 199.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2095CC is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 149 204 -
CMYK 0.84 0.27 0 0.2
HSL 199.19º 0.73% 0.46% -
HSV(B) 199.19º 0.84% 0.8% -
XYZ 22.24 26.16 61 -
YUV 120.29 175.24 65.03 -
System Red Green Blue C M Y K H S L
Decimal 32 149 204 0.84 0.27 0 0.2 199.19 0.73 0.46
Hex 20 95 CC 54 1B 0 14 C7 49 2E
Octal 40 225 314 124 33 0 24 307 111 56
Binary 100000 10010101 11001100 1010100 11011 0 10100 11000111 1001001 101110

Color Harmonies of #2095CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2095CC

Black with #2095CC

Text Example


Text Example

White with #2095CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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