#2082CB

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

Shades of Curious Blue #2082CB

Tints of Curious Blue #2082CB

Color information

#2082CB (or 0x2082CB) is unknown color: approx Curious Blue. HEX triplet: 20, 82 and CB. RGB value is (32,130,203). Sum of RGB (Red+Green+Blue) = 32+130+203=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #2082CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2082CB is #DF7D34. Grayscale: #6C6C6C. Windows color (decimal): -14646581 or 13337120. OLE color: 13337120.

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

Color convert

RGB32130203-
CMYK0.840.3600.20
HSL205.61º72.77%46.08%-
HSV(B)205.61º84.24%79.61%-
XYZ19.3620.5859.45-
YUV109.02181.0373.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.77%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 203 (79.69% from 255) = 55.62%
R=8.77%
G=35.62%
B=55.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal321302030.840.3600.20205.6172.7746.08
Hex2082CB5424014ce492e
Octal402023131244402431611156
Binary10000010000010110010111010100100100010100110011101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2082CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2082CB; }

 p { color: rgb(32,130,203); }

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

<style>
 a { background-color: #2082CB; }

 a { background-color: rgb(32,130,203); }

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

<style>
 span { border-color: #2082CB; }

 span { border-color: rgb(32,130,203); }

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