#2180CC

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

Shades of Curious Blue #2180CC

Tints of Curious Blue #2180CC

Color information

#2180CC (or 0x2180CC) is unknown color: approx Curious Blue. HEX triplet: 21, 80 and CC. RGB value is (33,128,204). Sum of RGB (Red+Green+Blue) = 33+128+204=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #2180CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2180CC is #DE7F33. Grayscale: #6B6B6B. Windows color (decimal): -14581556 or 13402145. OLE color: 13402145.

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

Color convert

RGB33128204-
CMYK0.840.3700.2
HSL206.67º72.15%46.47%-
HSV(B)206.67º83.82%80%-
XYZ19.2520.1260-
YUV108.26182.0374.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.04%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=9.04%
G=35.07%
B=55.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331282040.840.3700.2206.6772.1546.47
Hex2180CC5425014cf482e
Octal412003141244502431711056
Binary10000110000000110011001010100100101010100110011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2180CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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