Html Css Color HEX #2080CC Curious Blue

📋 copy color: '#2080CC'

red 32 ◦ green 128 ◦ blue 204

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

Shades of Curious Blue #2080CC

Tints of Curious Blue #2080CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 8.79%
G = 35.16%
B = 56.04%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2080CC (or 0x2080CC) is known color: Curious Blue. HEX triplet: 20, 80 and CC. RGB value is (32,128,204). Sum of RGB (Red+Green+Blue) = 32+128+204=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #2080CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2080CC is #DF7F33. Grayscale: #6B6B6B. Windows color (decimal): -14647092 or 13402144. OLE color: 13402144.

HSL color Cylindrical-coordinate representation of color #2080CC: hue angle of 206.51º 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 #2080CC is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 128 204 -
CMYK 0.84 0.37 0 0.2
HSL 206.51º 0.73% 0.46% -
HSV(B) 206.51º 0.84% 0.8% -
XYZ 19.21 20.11 59.99 -
YUV 107.96 182.2 73.82 -
System Red Green Blue C M Y K H S L
Decimal 32 128 204 0.84 0.37 0 0.2 206.51 0.73 0.46
Hex 20 80 CC 54 25 0 14 CF 49 2E
Octal 40 200 314 124 45 0 24 317 111 56
Binary 100000 10000000 11001100 1010100 100101 0 10100 11001111 1001001 101110

Color Harmonies of #2080CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2080CC

Black with #2080CC

Text Example


Text Example

White with #2080CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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