#2080CD

Color #2080CD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2080CD

Tints of Curious Blue #2080CD

Color information

#2080CD (or 0x2080CD) is unknown color: approx Curious Blue. HEX triplet: 20, 80 and CD. RGB value is (32,128,205). Sum of RGB (Red+Green+Blue) = 32+128+205=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #2080CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2080CD is #DF7F32. Grayscale: #6B6B6B. Windows color (decimal): -14647091 or 13467680. OLE color: 13467680.

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

Color convert

RGB32128205-
CMYK0.840.3800.20
HSL206.71º73%46.47%-
HSV(B)206.71º84.39%80.39%-
XYZ19.3320.1560.63-
YUV108.07182.773.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.77%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 205 (80.47% from 255) = 56.16%
R=8.77%
G=35.07%
B=56.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal321282050.840.3800.20206.717346.47
Hex2080CD5426014cf492e
Octal402003151244602431711156
Binary10000010000000110011011010100100110010100110011111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2080CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2080CD;
 }
 .AnyTagClassName
 {
   color: #2080CD;
 }
</style>
background-color css

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

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

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

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

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

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